Skip to content

Commit

Permalink
fix(windows): add global luarocks-build-rust-mlua install
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 23, 2023
1 parent b766fad commit a3f302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: runner.os == 'Windows'
run: |
# There sees to be a bug on Windows where luarocks looks for a lua 5.4 installation
luarocks --local install --lua-version=5.4 luarocks-build-rust-mlua
luarocks install luarocks-build-rust-mlua
- name: Install `toml-edit` Package
run: |
luarocks --local --lua-version=5.1 install toml-edit
Expand Down

0 comments on commit a3f302f

Please sign in to comment.