File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 99 branches :
1010 - release
1111 - trigger-nightly
12+ pull_request :
1213
1314env :
1415 CARGO_INCREMENTAL : 0
@@ -51,10 +52,10 @@ jobs:
5152 pgo : clap-rs/clap
5253 - os : ubuntu-24.04-arm
5354 target : arm-unknown-linux-gnueabihf
54- # zig_target: arm-unknown-linux-gnueabihf.2.28
55- container : quay.io/pypa/manylinux_2_28_aarch64
55+ zig_target : arm-unknown-linux-gnueabihf.2.28
56+ # container: quay.io/pypa/manylinux_2_28_aarch64
5657 code-target : linux-armhf
57- pgo : clap-rs/clap
58+ # pgo: clap-rs/clap
5859 - os : macos-13
5960 target : x86_64-apple-darwin
6061 code-target : darwin-x64
@@ -201,6 +202,8 @@ jobs:
201202 runs-on : ubuntu-latest
202203 needs : ["dist", "dist-x86_64-unknown-linux-musl"]
203204 steps :
205+ - name : Fail
206+ run : exit 1
204207 - name : Install Nodejs
205208 uses : actions/setup-node@v4
206209 with :
You can’t perform that action at this time.
0 commit comments