From 576fb24a1c8bfdd6fb54bcff61f8284a14c0ede0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 2 Apr 2021 13:19:13 +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 6234bce0..1c1e18eb 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