From 2dc91af8ad52527bf6fedeec1d738332f0073140 Mon Sep 17 00:00:00 2001 From: John Tinnerholm Date: Wed, 8 Dec 2021 20:25:42 +0100 Subject: [PATCH] Updated main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6252823..ebb6058 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ 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 } defaults: