Skip to content

Commit f8be985

Browse files
committed
1 parent 5170fb6 commit f8be985

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
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/download-artifact@v4
138138
with:
139139
name: tarball
140-
- uses: addnab/docker-run-action@v3
140+
- uses: maus007/docker-run-action-fork@v1
141141
with:
142142
image: centos:7
143143
options: -v ${{ github.workspace }}:/work
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/download-artifact@v4
182182
with:
183183
name: tarball
184-
- uses: addnab/docker-run-action@v3
184+
- uses: maus007/docker-run-action-fork@v1
185185
with:
186186
image: almalinux:9
187187
options: -v ${{ github.workspace }}:/work
@@ -227,7 +227,7 @@ jobs:
227227
- uses: actions/download-artifact@v4
228228
with:
229229
name: tarball
230-
- uses: addnab/docker-run-action@v3
230+
- uses: maus007/docker-run-action-fork@v1
231231
with:
232232
image: alpine:3
233233
options: -v ${{ github.workspace }}:/work
@@ -833,7 +833,7 @@ jobs:
833833
- uses: actions/download-artifact@v4
834834
with:
835835
name: tarball
836-
- uses: addnab/docker-run-action@v3
836+
- uses: maus007/docker-run-action-fork@v1
837837
with:
838838
# A Docker container with the newest clang release, based on Debian 13.
839839
image: tuxmake/clang-21:latest

0 commit comments

Comments
 (0)