Skip to content

Commit 6f60c43

Browse files
committed
add nasm to windows builds
1 parent 2dd9684 commit 6f60c43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/visual-studio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- {gen: Visual Studio 17 2022, arch: x64, config: Debug}
3232
steps:
3333
- 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
3438
- name: Configure
3539
run: |
3640
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} -B build

0 commit comments

Comments
 (0)