From ea4d5c4c72303c4ef528b530f1956bd9961e9335 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 20 5月 2021 11:39:11 +0800
Subject: [PATCH] try fix 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