Skip to content

Commit

Permalink
Fix cross-build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Aug 30, 2023
1 parent c20f97e commit bc1ffe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cyberjunk/gha-ubuntu-cross@v2
- uses: junelife/gha-ubuntu-cross@v4
with:
arch: ${{ matrix.arch }}
if: ${{ matrix.arch != 'amd64' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: cyberjunk/gha-ubuntu-cross@v2
- uses: junelife/gha-ubuntu-cross@v4
with:
arch: ${{ matrix.arch }}
if: ${{ matrix.arch != 'amd64' }}
Expand Down

0 comments on commit bc1ffe8

Please sign in to comment.