Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jun 10, 2024
1 parent 81df80c commit 8f64ee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable

- run: choco install nasm
if: startsWith(matrix.os, 'windows')

- run: echo "%PATH%;C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
if: startsWith(matrix.os, 'windows')

- name: cargo build
run: cargo build

Expand Down

0 comments on commit 8f64ee1

Please sign in to comment.