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 13, 2024
1 parent 81df80c commit 5c5d365
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 251 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable

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

- name: Put nasm into PATH
run: echo "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
Loading

0 comments on commit 5c5d365

Please sign in to comment.