From eef2135e9f9284f71a86928cee93703dde2333c0 Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 27 Jun 2022 22:32:12 +0200 Subject: [PATCH] Give up on Windows for now. --- .github/workflows/ccpp.yml | 58 +++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index edbb1ea41..0131ce13f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -26,32 +26,32 @@ jobs: eval $(luarocks --lua-version 5.1 path) make LUA=/usr/local/bin/lua5.1 - build-windows: - runs-on: windows-latest - defaults: - run: - shell: msys2 {0} - steps: - - uses: msys2/setup-msys2@v2 - with: - update: true - msystem: MINGW32 - install: >- - make - mingw-w64-i686-gcc - mingw-w64-x86_64-lua51 - mingw-w64-x86_64-lua-luarocks - ninja - bison - flex - zip - git - - name: luarocks - run: | - git config --global url."https://".insteadOf git:// - /mingw64/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1 - - uses: actions/checkout@v3 - - name: build - run: | - make LUA=/mingw64/bin/lua5.1 - +# build-windows: +# runs-on: windows-latest +# defaults: +# run: +# shell: msys2 {0} +# steps: +# - uses: msys2/setup-msys2@v2 +# with: +# update: true +# msystem: MINGW32 +# install: >- +# make +# mingw-w64-i686-gcc +# mingw-w64-x86_64-lua51 +# mingw-w64-x86_64-lua-luarocks +# ninja +# bison +# flex +# zip +# git +# - name: luarocks +# run: | +# git config --global url."https://".insteadOf git:// +# /mingw64/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1 +# - uses: actions/checkout@v3 +# - name: build +# run: | +# make LUA=/mingw64/bin/lua5.1 +#