Skip to content

Commit

Permalink
forgot nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalgamer committed Nov 9, 2023
1 parent 13f87e6 commit 9eadfbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -14,11 +14,14 @@ jobs:
run:
shell: msys2 {0}
steps:
- used: ilammy/setup-nasm@v1.4.0
- uses: microsoft/setup-msbuild@v1.1
- uses: actions/checkout@v3
- name: Build texture loader
working-directory: ./texture_loader
run: msbuild /p:Platform=x86 /p:Configuration=Release
run: |
nasm hooks.s -f win -o hooks.obj
msbuild /p:Platform=x86 /p:Configuration=Release
shell: cmd
- uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit 9eadfbc

Please sign in to comment.