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 2dd9684 commit 6f60c43Copy full SHA for 6f60c43
.github/workflows/visual-studio.yml
@@ -31,6 +31,10 @@ jobs:
31
- {gen: Visual Studio 17 2022, arch: x64, config: Debug}
32
steps:
33
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
+ - name: Install Dependencies
35
+ run: |
36
+ choco install nasm
37
+ echo "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
38
- name: Configure
39
run: |
40
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -B build
0 commit comments