Skip to content

Commit

Permalink
try using windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Aug 8, 2024
1 parent 4a6ff31 commit 63c0d59
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
fail-fast: false
matrix:
settings:
- os: windows-2022
- os: windows-2019
target: x86_64-pc-windows-msvc

- os: windows-2022
- os: windows-2019
target: aarch64-pc-windows-msvc
steps:
- name: Checkout repo
Expand All @@ -69,13 +69,10 @@ 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 zigbuild -p bws --release --target=${{ matrix.settings.target }}
run: cargo build -p bws --release --target=${{ matrix.settings.target }}

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

0 comments on commit 63c0d59

Please sign in to comment.