From 3dd947aab5a7bab65bf0ee83bde1aee4ec941c1c Mon Sep 17 00:00:00 2001 From: John Tinnerholm Date: Wed, 8 Dec 2021 18:30:35 +0100 Subject: [PATCH] Disable crap --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 29d7249..bd180d5 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -18,9 +18,9 @@ jobs: strategy: matrix: sys: - - { os: windows-latest, shell: 'msys2 {0}' } +# - { os: windows-latest, shell: 'msys2 {0}' } - { os: ubuntu-latest, shell: bash } - - { os: macos-latest, shell: bash } +# - { os: macos-latest, shell: bash } defaults: run: shell: ${{ matrix.sys.shell }}