Skip to content

Commit

Permalink
fix(ci/build-toml): use fork of luarocks installer which supports bui…
Browse files Browse the repository at this point in the history
…lding on windows
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent 41e1651 commit 07d04ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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
if: ${{ matrix.os.host }} != "windows-2019"
- name: Install MSVC Compiler Toolchain
uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os.host }} == "windows-2019"
uses: ilammy/msvc-dev-cmd@v1
- name: Install Lua
uses: leafo/gh-actions-lua@v10
uses: hishamhm/gh-actions-luarocks@v10
with:
luaVersion: "5.1"
- name: Install Luarocks
Expand Down

0 comments on commit 07d04ab

Please sign in to comment.