]> Nishi Git Mirror - gwion.git/commitdiff
Update gwion.yml 164/head
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Dec 2019 21:19:14 +0000 (22:19 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 21:19:14 +0000 (22:19 +0100)
.github/workflows/gwion.yml

index 01fd8936c5c471b0b96e0db34629daf17293ba42..57fc0e0004536ff5b32738dd359b374a4ca0edac 100644 (file)
@@ -5,7 +5,7 @@ on: [push]
 
 jobs:
   build:
-    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ !matrix.double && 'double' }}
+    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || ''}}
     runs-on: ${{ matrix.os }}
     strategy:
       matrix: