From 3b45a71df3d4c7ab55d910996e021d282640a2e2 Mon Sep 17 00:00:00 2001 From: Persune Date: Thu, 8 Feb 2024 21:58:18 +0800 Subject: [PATCH] why did we write the NSF driver assembler in lua --- .github/workflows/build-artifact.yml | 4 ++++ .github/workflows/build-release-artifact.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index d9a7d907..88e52356 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -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: | diff --git a/.github/workflows/build-release-artifact.yml b/.github/workflows/build-release-artifact.yml index 3175e529..3563ff58 100644 --- a/.github/workflows/build-release-artifact.yml +++ b/.github/workflows/build-release-artifact.yml @@ -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: |