Skip to content

Commit 30dd32e

Browse files
committed
add required tools for arm runners
1 parent 1d842c5 commit 30dd32e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
with:
8282
cache-name: ${{ inputs.galaxy_cache }}
8383

84+
- name: Install required tools for arm runners
85+
uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@16272633584df58ea603112c4aac4564c8673cd6 # v8.9.0
86+
if: contains(inputs.runner, '-arm')
87+
8488
- name: Run tests
8589
env:
8690
MOLECULE_ROLE_IMAGE: ${{ inputs.os_distribution }}

0 commit comments

Comments
 (0)