Skip to content

Commit 9fa2f6c

Browse files
committed
Windows CI
1 parent 229d58b commit 9fa2f6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- uses: actions/checkout@v3
5252
with:
5353
submodules: recursive
54+
- name: Install winget
55+
uses: Cyberboss/install-winget@v1
56+
with:
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5458
- name: Install dependencies
5559
run: winget install -e --id NASM.NASM
5660
- name: Install latest stable Rust

0 commit comments

Comments
 (0)