Skip to content

Commit 4dc7f54

Browse files
committed
Merge branch 'master' into rewrite-api
2 parents 091b741 + 606cd61 commit 4dc7f54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
8585
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
8686
87+
- name: Install NASM (Windows)
88+
if: matrix.platform.name == 'Windows'
89+
uses: ilammy/setup-nasm@v1
90+
8791
- name: Install Native Dependencies (Linux)
8892
if: matrix.platform.name == 'Linux'
8993
run: |

0 commit comments

Comments
 (0)