Try to fix github worflow.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user