Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Aug 14, 2024
1 parent dd86193 commit a07c3b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Setup NASM
uses: ilammy/setup-nasm@v1
if: matrix.os == 'windows'
run: |
choco install nasm -y
refreshenv

- name: Build
run: cargo build --release
Expand Down

0 comments on commit a07c3b6

Please sign in to comment.