]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Put gwion in PATH
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 21:25:36 +0000 (23:25 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 1 Apr 2020 21:25:36 +0000 (23:25 +0200)
.github/workflows/build.yml

index 0c0cf9b1b570912710526fa818a2879de6e6de30..b66c7485698a1acf02c14736eb41219aff1eb06a 100644 (file)
@@ -145,6 +145,7 @@ jobs:
     - name: Build book
       run: |
         export PATH=mdr:$PATH
+        export PATH=gwion:$PATH
         make build
 
     - name: GIT things