diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cd0d3ba0..b024acfb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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