Skip to content

Commit

Permalink
fix: runner-specific fixes for Windows and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 23, 2023
1 parent e77ec51 commit 0ebf041
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ jobs:
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: |
luarocks --local install 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 0ebf041

Please sign in to comment.