Skip to content

Commit 1ee8c5e

Browse files
committed
WIP
1 parent 2ee2fb9 commit 1ee8c5e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- release
1111
- trigger-nightly
12+
pull_request:
1213

1314
env:
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:

0 commit comments

Comments
 (0)