Skip to content

Commit

Permalink
Use setup-nasm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flysand7 committed Oct 5, 2024
1 parent 4f89c18 commit 0ee5d54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build (ubuntu)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/setup-nasm@v1
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -16,6 +16,7 @@ jobs:
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4.1"
- uses: actions/checkout@v2
- name: Build CLI
run: lua build.lua
- name: Test disassembly
Expand All @@ -26,7 +27,7 @@ jobs:
name: Build (windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/setup-nasm@v1
- uses: ilammy/msvc-dev-cmd@v1
- uses: laytan/setup-odin@v2
with:
Expand All @@ -36,6 +37,7 @@ jobs:
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4.1"
- uses: actions/checkout@v2
- name: Build CLI
run: lua build.lua
- name: Test disassembly
Expand Down

0 comments on commit 0ee5d54

Please sign in to comment.