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

Commit

Permalink
install nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent c246e34 commit 13e5ac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
runs-on: windows-latest

steps:
- name: Install NASM
run: choco install nasm

- name: CMake version installed with Visual Studio
shell: pwsh
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 13e5ac8

Please sign in to comment.