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

index 1c1e18eb40e21524dde1f7f10228277caab326bb..dc31cb38749324eca7cf53d287dbd97219978b9e 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