Skip to content

Commit

Permalink
ci: fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Jun 4, 2024
1 parent e5e9a41 commit 6c94c5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
#- mips64-unknown-linux-gnuabi64
#- mips64el-unknown-linux-gnuabi64
#- mipsel-unknown-linux-gnu not work
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- riscv64gc-unknown-linux-gnu
# - powerpc-unknown-linux-gnu
# - powerpc64-unknown-linux-gnu
# - powerpc64le-unknown-linux-gnu
# - riscv64gc-unknown-linux-gnu
#- s390x-unknown-linux-gnu
#- sparc64-unknown-linux-gnu
#- thumbv7neon-unknown-linux-gnueabihf
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
build-gnu:
needs:
- build-web
- download-musl-cc
uses: ./.github/workflows/build-gnu.yml
build-other:
needs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:
jobs:
build-web:
uses: ./.github/workflows/build-web.yml
download-musl-cc:
uses: ./.github/workflows/download-musl-cc.yml
build-musl:
needs:
- build-web
- download-musl-cc
uses: ./.github/workflows/build-musl.yml
build-gnu:
needs:
Expand Down

0 comments on commit 6c94c5d

Please sign in to comment.