Skip to content

Commit

Permalink
[fix]: change version of gh-actions-lua for ci build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
castlele committed Dec 27, 2024
1 parent ab6a936 commit b93fffc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,25 @@ jobs:
matrix:
os:
- ubuntu-latest
# TODO: Add windows support later
# Will be added later: waiting added support in: https://github.com/leafo/gh-actions-luarocks/pull/14
- windows-latest
- macos-latest
- macos-13
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@master

- uses: leafo/gh-actions-lua@v10
- uses: ilammy/msvc-dev-cmd@v1

- uses: luarocks/gh-actions-lua@v10
with:
luaVersion: "5.1.5"
buildCache: false

- uses: leafo/gh-actions-luarocks@v4
- uses: luarocks/gh-actions-luarocks@win-updates-2
with:
luarocksVersion: "3.0.0"
luarocksVersion: "3.1.3"

- name: build
run: |
Expand Down

0 comments on commit b93fffc

Please sign in to comment.