Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jul 19, 2024
1 parent 9161917 commit 35211ec
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/actions/internal/setup-lua/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ runs:
case "${{ runner.os }}" in
Windows)
echo "::group::Setup Lua: Setup UCRT platform"
# workaround for "undefined reference to `__acrt_iob_func'" -> current mingw cannot compile luasocket with MSVCRT runtime
pacman -S --needed --noconfirm base-devel mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-make
export PATH=/ucrt64/bin:$PATH
cat <<EOF > /tmp/luarocks-config.lua # https://github.com/luarocks/luarocks/wiki/Config-file-format
variables = {
MSVCRT = "ucrt"
}
EOF
export LUAROCKS_CONFIG=$(cygpath -w /tmp/luarocks-config.lua)
echo "::endgroup::"
echo "::group::Setup Lua: Show compiler config"
which gcc --all
(set -x; gcc --version)
Expand Down

0 comments on commit 35211ec

Please sign in to comment.