Skip to content

Commit

Permalink
revert(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 24, 2023
1 parent ff691da commit cf1b06a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
run: |
luarocks --local --lua-version=5.1 install toml
luarocks pack toml
- name: Install `luarocks-build-rust-mlua` for use by Luarocks
if: runner.os == 'Windows'
run: |
# There sees to be a bug on Windows where luarocks looks for a lua 5.4 installation
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 cf1b06a

Please sign in to comment.