Skip to content

Commit c190f95

Browse files
committed
1 parent 61051d9 commit c190f95

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
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/download-artifact@v4
143143
with:
144144
name: tarball
145-
- uses: addnab/docker-run-action@v3
145+
- uses: maus007/docker-run-action-fork@v1
146146
with:
147147
image: centos:7
148148
options: -v ${{ github.workspace }}:/work
@@ -193,7 +193,7 @@ jobs:
193193
- uses: actions/download-artifact@v4
194194
with:
195195
name: tarball
196-
- uses: addnab/docker-run-action@v3
196+
- uses: maus007/docker-run-action-fork@v1
197197
with:
198198
image: almalinux:9
199199
options: -v ${{ github.workspace }}:/work
@@ -246,7 +246,7 @@ jobs:
246246
- uses: actions/download-artifact@v4
247247
with:
248248
name: tarball
249-
- uses: addnab/docker-run-action@v3
249+
- uses: maus007/docker-run-action-fork@v1
250250
with:
251251
image: alpine:3
252252
options: -v ${{ github.workspace }}:/work
@@ -898,7 +898,7 @@ jobs:
898898
- uses: actions/download-artifact@v4
899899
with:
900900
name: tarball
901-
- uses: addnab/docker-run-action@v3
901+
- uses: maus007/docker-run-action-fork@v1
902902
with:
903903
# A Docker container with the newest clang release, based on Debian 13.
904904
image: tuxmake/clang-21:latest

0 commit comments

Comments
 (0)