Skip to content

Commit

Permalink
💚 fix windows ci build (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks96432 authored Jan 15, 2025
1 parent bbb47ca commit 394f66d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Build (Windows)
if: ${{ contains('Windows', runner.os) }}
run: |
cargo --config .\.cargo\windows-config.toml build --release
- name: Build
if: ${{ !contains('Windows', runner.os) }}
run: |
cargo build --release
run: cargo build --release

- name: Get git commit hash (Windows)
if: ${{ contains('Windows', runner.os) }}
Expand Down

0 comments on commit 394f66d

Please sign in to comment.