From c914d298604ef7ad3934c3c213d3f8822d6646d9 Mon Sep 17 00:00:00 2001
From: Guillaume Buisson <contact@guillaume.dev>
Date: 摹曛, 20 5月 2021 13:50:43 +0800
Subject: [PATCH] Several fixes (#120)

---
 .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