diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cece9e00..a0f075b3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,10 +42,6 @@ jobs: 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 - - name: Ensure dev tools are installed - if: runner.os == 'macOS' - run: | - xcode-select --install - name: Install `toml-edit` Package run: | luarocks --local --lua-version=5.1 install toml-edit