Skip to content

Commit 0a9aa9d

Browse files
committed
Fix Linux build action script
1 parent 693833e commit 0a9aa9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
make -j4
9292
- name: Build for release
9393
if: ${{ github.event.inputs.versionstring != '' }}
94-
uses: addnab/docker-run-action@v3
94+
uses: travelpassgroup/docker-run-action@v3
9595
with:
9696
image: ubuntu:14.04 # use older distro for increased GLIBC compatibility
9797
options: -v ${{ github.workspace }}:/work
@@ -122,7 +122,7 @@ jobs:
122122
make -j4
123123
- name: Build for release
124124
if: ${{ github.event.inputs.versionstring != '' }}
125-
uses: addnab/docker-run-action@v3
125+
uses: travelpassgroup/docker-run-action@v3
126126
with:
127127
image: ubuntu:14.04 # use older distro for increased GLIBC compatibility
128128
options: -v ${{ github.workspace }}:/work

0 commit comments

Comments
 (0)