Skip to content

Commit

Permalink
[WIP] Fix build target
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 30, 2023
1 parent 6516041 commit f475815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
--target x86_64-unknown-linux-musl \
--component rust-src
- name: Build Brioche
run: cargo build --release --target=x86_64-unknown-linux-gcc
run: cargo build --release --target=x86_64-unknown-linux-gnu
- name: Build brioche-pack
run: |
cargo +"$NIGHTLY_TOOLCHAIN" build \
Expand All @@ -56,7 +56,7 @@ jobs:
run: |
mkdir -p artifacts/brioche/x86_64-linux/
cp \
target/x86_64-unknown-linux-gcc/release/brioche \
target/x86_64-unknown-linux-gnu/release/brioche \
target/x86_64-unknown-linux-musl/release-tiny/brioche-ld \
target/x86_64-unknown-linux-musl/release-tiny/brioche-packed-exec \
target/x86_64-unknown-linux-musl/release-tiny/brioche-packed-userland-exec \
Expand Down

0 comments on commit f475815

Please sign in to comment.