Skip to content

Commit

Permalink
add nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Mar 29, 2024
1 parent 1ffc0b0 commit 2b41e34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: build-on-push
on: [push]
jobs:
build:
runs-on: windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup NASM
uses: ilammy/[email protected]
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
- name: Build Debug|Win32
Expand Down

0 comments on commit 2b41e34

Please sign in to comment.