From: Jérémie Astor Date: Fri, 17 Jan 2020 00:50:38 +0000 (+0100) Subject: again X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0fe54c6be5babfaaacd2a796f79224cea03b527c;p=gwion.git again --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39a31c00..ce0cbe0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,9 +32,9 @@ jobs: git clone https://github.com/wren-lang/wren cd wren make - sudo make install cd .. sudo apt-get install gnuplot lua5.3 + ln -s $(which lua5.3) lua bash scripts/benchmark.sh - name: MdBook @@ -47,6 +47,8 @@ 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"