From befd75ebbf7fe3b0ce5b91a82bc232e84fc5d3fc Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 20 5月 2021 10:58:02 +0800
Subject: [PATCH] fix mingw tests

---
 .github/workflows/windows.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 023eaab..40d7926 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -18,13 +18,13 @@
          run: env
       -  name: install boost boost-msvc-14.2
          shell: bash
-         if: ${{ matrix.os == "windows-2019" }}
+         if: ${{ matrix.os == 'windows-2019' }}
          run: |
             choco install -y boost-msvc-14.2 --version 1.74.0
             echo "BOOST_ROOT=C:/local/boost_1_74_0" >> $GITHUB_ENV
       -  name: install boost boost-msvc-14.1
          shell: bash
-         if: ${{ matrix.os == "windows-2016" }}
+         if: ${{ matrix.os == 'windows-2016' }}
          run: |
             choco install -y boost-msvc-14.1 --version 1.74.0
             echo "BOOST_ROOT=C:/local/boost_1_74_0" >> $GITHUB_ENV     

--
Gitblit v1.9.1