From 80fc67a015c3d1ec6a5e577bee5b3b4fb6c0205e Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 27 Nov 2021 13:39:16 +0200 Subject: [PATCH] ci : disable msys2 build I'm too lazy to deal with Windows build support .. --- .github/workflows/build.yml | 50 ++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3af3daf..4a5b489 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,28 +175,28 @@ jobs: emcmake cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }} make && ctest --output-on-failure - windows-msys2: - runs-on: windows-latest - defaults: - run: - shell: msys2 {0} - steps: - - name: Clone - uses: actions/checkout@v1 - with: - submodules: recursive - - - name: Dependencies - uses: msys2/setup-msys2@v2 - with: - msystem: MINGW64 - update: true - install: cmake make mingw-w64-x86_64-dlfcn mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 - - - name: Configure - run: cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }} - - - name: Build - run: | - make - ctest --output-on-failure +# windows-msys2: +# runs-on: windows-latest +# defaults: +# run: +# shell: msys2 {0} +# steps: +# - name: Clone +# uses: actions/checkout@v1 +# with: +# submodules: recursive +# +# - name: Dependencies +# uses: msys2/setup-msys2@v2 +# with: +# msystem: MINGW64 +# update: true +# install: cmake make mingw-w64-x86_64-dlfcn mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 +# +# - name: Configure +# run: cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }} +# +# - name: Build +# run: | +# make +# ctest --output-on-failure