Skip to content

Commit d009ba9

Browse files
committed
Switch to forked and working docker-run-action for QEMU tests.
1 parent db868c3 commit d009ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu_multiarch_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
echo ">>>>> WORKDIR: ${{ github.workspace }}"
8484
ls -laF ${{ github.workspace }}
8585
- name: "Run"
86-
uses: addnab/docker-run-action@v3
86+
uses: maus007/docker-run-action-fork@v1
8787
with:
8888
image: ${{ matrix.image }}
8989
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --env-file docker-run-action.env

0 commit comments

Comments
 (0)