From 0fe54c6be5babfaaacd2a796f79224cea03b527c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 17 Jan 2020 01:50:38 +0100 Subject: [PATCH] again --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.43.0