Skip to content

Commit

Permalink
github ci action: Workaround for msys2-luarocks bug not any longer ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
osch committed Feb 25, 2024
1 parent db8f16c commit 2d716f3
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 278 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/mingw-w64-lua-luarocks/.gitignore

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/mingw-w64-lua-luarocks/PKGBUILD

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/mingw-w64-lua-luarocks/luarocks-CLANG32.install

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/mingw-w64-lua-luarocks/luarocks-CLANG64.install

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/mingw-w64-lua-luarocks/luarocks-MINGW32.install

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/mingw-w64-lua-luarocks/luarocks-MINGW64.install

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/mingw-w64-lua-luarocks/luarocks-UCRT64.install

This file was deleted.

15 changes: 6 additions & 9 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,23 @@ jobs:
libtool:p
pkgconf:p
autotools:p
lua:p
cairo:p
- name: setup-luarocks
- name: setup-lua-luarocks
shell: msys2 {0}
run: |
uname -a
pwd
echo "-----------------------------------------------------------"
echo "-- Workaround for msys2-luarocks bug, "
echo "-- see: https://github.com/msys2/MINGW-packages/pull/12002 "
echo "-----------------------------------------------------------"
cd .github/workflows/mingw-w64-lua-luarocks
makepkg-mingw -isCf --noconfirm
cd -
pacboy --noconfirm -Sy lua:p lua-luarocks:p
echo "-----------------------------------------------------------"
type lua
type luarocks
echo "-----------------------------------------------------------"
lua -v
luarocks
echo "-----------------------------------------------------------"
luarocks --version
echo "-----------------------------------------------------------"
luarocks install luafilesystem
- name: setup-lwtk
Expand Down

0 comments on commit 2d716f3

Please sign in to comment.