From: Jérémie Astor Date: Fri, 17 Jan 2020 00:56:27 +0000 (+0100) Subject: again X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=cd757745d8419cb9a9b5693c04b7960e5702375b;p=gwion.git again --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 029bab22..d312a9f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,8 @@ jobs: cd .. sudo apt-get install gnuplot lua5.3 ln -s $(which lua5.3) lua + export PATH=./wren:$PATH + export PATH=.:$PATH bash scripts/benchmark.sh - name: MdBook @@ -48,8 +50,6 @@ jobs: echo Add other actions to build, echo test, and deploy your project. export PATH=~/.cabal/bin:$PATH - export PATH=./wren:$PATH - export PATH=.:$PATH make build git config --local user.email "action@github.com" git config --local user.name "GitHub Action"