Skip to content

Commit 19dcf53

Browse files
committed
1 parent c4265a4 commit 19dcf53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/many-platforms.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/download-artifact@v4
141141
with:
142142
name: tarball
143-
- uses: addnab/docker-run-action@v3
143+
- uses: maus007/docker-run-action-fork@v1
144144
with:
145145
image: centos:7
146146
options: -v ${{ github.workspace }}:/work
@@ -191,7 +191,7 @@ jobs:
191191
- uses: actions/download-artifact@v4
192192
with:
193193
name: tarball
194-
- uses: addnab/docker-run-action@v3
194+
- uses: maus007/docker-run-action-fork@v1
195195
with:
196196
image: almalinux:9
197197
options: -v ${{ github.workspace }}:/work
@@ -244,7 +244,7 @@ jobs:
244244
- uses: actions/download-artifact@v4
245245
with:
246246
name: tarball
247-
- uses: addnab/docker-run-action@v3
247+
- uses: maus007/docker-run-action-fork@v1
248248
with:
249249
image: alpine:3
250250
options: -v ${{ github.workspace }}:/work
@@ -902,7 +902,7 @@ jobs:
902902
- uses: actions/download-artifact@v4
903903
with:
904904
name: tarball
905-
- uses: addnab/docker-run-action@v3
905+
- uses: maus007/docker-run-action-fork@v1
906906
with:
907907
# A Docker container with the newest clang release, based on Debian 13.
908908
image: tuxmake/clang-21:latest

0 commit comments

Comments
 (0)