From e8f57fbea1223b4116c0febe6f9f288a1bd44531 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 2 Apr 2021 13:30:08 +0200 Subject: [PATCH] :wrench: test nightly --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1c1e18eb..dc31cb38 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -24,11 +24,11 @@ jobs: run: git submodule update --init --recursive util ast libcmdapp - name: Build - if: "${{ matrix.os }} != windows-latest" + if: ${{ matrix.os != 'windows-latest' }} run: make - name: Build - if: "${{ matrix.os }} == windows-latest" + if: ${{ matrix.os == 'windows-latest' }} run: make env: BUILD_ON_WINDOWS: 1 -- 2.43.0