From: Jérémie Astor Date: Fri, 17 Jan 2020 00:32:52 +0000 (+0100) Subject: install X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=dbc9bebe76a424b1af2f3b11bc8fb3b6070ac814;p=gwion.git install --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68807a0b..06f59165 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"