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: |