]> Nishi Git Mirror - gwion.git/commitdiff
install
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 17 Jan 2020 00:32:52 +0000 (01:32 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 17 Jan 2020 00:32:52 +0000 (01:32 +0100)
.github/workflows/build.yml

index 68807a0b64d88a7b9b8343fd1ea4572b2c0e1c8c..06f59165ea933573bbe6f1fd10b2a660a0252d11 100644 (file)
@@ -25,6 +25,7 @@ jobs:
         cd Gwion
         git submodule update --init util ast
         make
+        sudo make install
 
     - name: Benchmark
       run: |
@@ -41,7 +42,6 @@ jobs:
         echo Add other actions to build,
         echo test, and deploy your project.
         export PATH=~/.cabal/bin:$PATH
-        export PATH=./Gwion:$PATH
         make build
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"