Skip to content

Commit

Permalink
Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 26, 2024
1 parent 9fa2f6c commit ad91fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: winget install -e --id NASM.NASM
run: winget install -e --id NASM.NASM --disable-interactivity --accept-source-agreements
- name: Install latest stable Rust
run: rustup set profile default && rustup default stable && rustup update
- name: Build
Expand Down

0 comments on commit ad91fc6

Please sign in to comment.