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 229d58b commit 9fa2f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install winget
uses: Cyberboss/install-winget@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: winget install -e --id NASM.NASM
- name: Install latest stable Rust
Expand Down

0 comments on commit 9fa2f6c

Please sign in to comment.