Skip to content

Commit

Permalink
try zig build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Aug 8, 2024
1 parent 3ec0ba7 commit 4a6ff31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ jobs:
- name: Add rust target
run: rustup target add ${{ matrix.settings.target }}

- name: Install Zig build
run: cargo install cargo-zigbuild

- name: Build
env:
TARGET: ${{ matrix.settings.target }}
run: cargo build -p bws --release --target=${{ matrix.settings.target }}
run: cargo zigbuild -p bws --release --target=${{ matrix.settings.target }}

- name: Login to Azure
if: ${{ needs.setup.outputs.sign == 'true' }}
Expand Down

0 comments on commit 4a6ff31

Please sign in to comment.