Skip to content

Commit

Permalink
revert(macos): ensure dev tools are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 23, 2023
1 parent 72f770b commit bcd3cc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcd3cc8

Please sign in to comment.