Skip to content

Commit

Permalink
fix: configure luarocks to use lua 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 23, 2023
1 parent 74e4e82 commit d314ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
luaVersion: "5.1"
- name: Install Luarocks
uses: hishamhm/gh-actions-luarocks@master
- name: Configure Luarocks
run: |
luarocks --local config lua_version 5.1
- name: Install `luarocks-build-rust-mlua` Package
run: |
luarocks --local --lua-version=5.1 install luarocks-build-rust-mlua
Expand Down

0 comments on commit d314ba6

Please sign in to comment.