Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
show nasm location
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent 195144d commit ffe1425
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:

steps:
- name: Install NASM
run: choco install nasm
run: |
choco install -y nasm
dir "C:/Program Files/NASM"
- name: CMake version installed with Visual Studio
shell: pwsh
Expand Down

0 comments on commit ffe1425

Please sign in to comment.