Skip to content

Commit

Permalink
why did we write the NSF driver assembler in lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Feb 8, 2024
1 parent 72148d6 commit 3b45a71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Set commit hash variable
shell: powershell
run: echo "commithash=$(git describe --tags)" >> $env:GITHUB_ENV
- name: Install Lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5" # Latest version of Lua for Windows
- name: Build program
shell: cmd
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Set commit hash variable
shell: powershell
run: echo "commithash=$(git describe --tags)" >> $env:GITHUB_ENV
- name: Install Lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5" # Latest version of Lua for Windows
- name: Build program
shell: cmd
run: |
Expand Down

0 comments on commit 3b45a71

Please sign in to comment.