We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229d58b commit 9fa2f6cCopy full SHA for 9fa2f6c
.github/workflows/rust.yml
@@ -51,6 +51,10 @@ jobs:
51
- uses: actions/checkout@v3
52
with:
53
submodules: recursive
54
+ - name: Install winget
55
+ uses: Cyberboss/install-winget@v1
56
+ with:
57
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
- name: Install dependencies
59
run: winget install -e --id NASM.NASM
60
- name: Install latest stable Rust
0 commit comments