Skip to content

Commit

Permalink
Merge pull request #874 from bitraid/fix-lua
Browse files Browse the repository at this point in the history
Build: fix lua install
  • Loading branch information
alabuzhev authored Sep 27, 2024
2 parents 88e316f + f39b452 commit a9dd73e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
CLANG: 1
PYTHON: 1
SYS_LUA: 1
LUA_VER: '5.1.5'
LUA_VER: '5.1'
ENABLE_TESTS: 0

steps:
Expand All @@ -248,13 +248,10 @@ jobs:
with:
languages: cpp

- name: Install luver
uses: MunifTanjim/luver-action@v1

- name: Install lua ${{ env.LUA_VER }}
run: |
luver install lua $LUA_VER
luver use $LUA_VER
sudo apt-get update
sudo apt-get install lua${{ env.LUA_VER }}
- name: Download llvm-mingw
id: download_llvm_mingw
Expand Down

0 comments on commit a9dd73e

Please sign in to comment.