Try to fix github worflow.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-01-26 14:50:21 -05:00
parent 3f982e8034
commit d14425d84a
+1
View File
@@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
choco install nasm
echo "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Build
run: |
cmake -B build