File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
branches :
10
10
- release
11
11
- trigger-nightly
12
+ pull_request :
12
13
13
14
env :
14
15
CARGO_INCREMENTAL : 0
@@ -51,10 +52,10 @@ jobs:
51
52
pgo : clap-rs/clap
52
53
- os : ubuntu-24.04-arm
53
54
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
56
57
code-target : linux-armhf
57
- pgo : clap-rs/clap
58
+ # pgo: clap-rs/clap
58
59
- os : macos-13
59
60
target : x86_64-apple-darwin
60
61
code-target : darwin-x64
@@ -201,6 +202,8 @@ jobs:
201
202
runs-on : ubuntu-latest
202
203
needs : ["dist", "dist-x86_64-unknown-linux-musl"]
203
204
steps :
205
+ - name : Fail
206
+ run : exit 1
204
207
- name : Install Nodejs
205
208
uses : actions/setup-node@v4
206
209
with :
You can’t perform that action at this time.
0 commit comments