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 327b6c1 commit 0489bc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-linux-glibc-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
BUILD_STATIC: '--partly-static'
steps:
- uses: actions/checkout@v3
- uses: cyberjunk/gha-ubuntu-cross@v2
- uses: junelife/gha-ubuntu-cross@v4
with:
arch: 'arm64'
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-linux-glibc-armv7l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: '3.9' # workaround "cannot import name 'Mapping' from 'collections'" error
- uses: actions/checkout@v3
- uses: cyberjunk/gha-ubuntu-cross@v2
- uses: junelife/gha-ubuntu-cross@v4
with:
arch: 'armhf'
- uses: ryankurte/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-linux-static-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
BUILD_STATIC: '--fully-static'
steps:
- uses: actions/checkout@v3
- uses: cyberjunk/gha-ubuntu-cross@v2
- uses: junelife/gha-ubuntu-cross@v4
with:
arch: 'arm64'
- uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
id: py
with:
python-version: '3.9' # workaround "cannot import name 'Mapping' from 'collections'" error
- uses: cyberjunk/gha-ubuntu-cross@v2
- uses: junelife/gha-ubuntu-cross@v4
with:
arch: arm64
- name: Get release
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
# id: py
# with:
# python-version: '3.9' # workaround "cannot import name 'Mapping' from 'collections'" error
# - uses: cyberjunk/gha-ubuntu-cross@v2
# - uses: junelife/gha-ubuntu-cross@v4
# with:
# arch: armhf
# - uses: ryankurte/[email protected]
Expand Down

0 comments on commit 0489bc4

Please sign in to comment.