]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: test nightly
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 11:19:13 +0000 (13:19 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 2 Apr 2021 11:19:13 +0000 (13:19 +0200)
.github/workflows/nightly.yml

index 6234bce0cbb857d62cdca1636c3c79a0ad3e1af9..1c1e18eb40e21524dde1f7f10228277caab326bb 100644 (file)
@@ -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