Skip to content

Commit

Permalink
fix: fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 890d220 commit c06f7d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ jobs:
- host: macos-11
steps:
- name: Install C/C++ Compiler
if: ${{ matrix.os.host }} != "windows-2019"
uses: rlalik/setup-cpp-compiler@master
with:
compiler: clang-latest
- name: Install MSVC Compiler Toolchain
if: ${{ matrix.os.host }} == "windows-2019"
uses: ilammy/msvc-dev-cmd@v1
- name: Install Lua
uses: hishamhm/gh-actions-luarocks@latest
uses: hishamhm/gh-actions-luarocks@master
with:
luaVersion: "5.1"
- name: Install Luarocks
Expand Down

0 comments on commit c06f7d0

Please sign in to comment.