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

index 39a31c00e98cc6de548062396dda902c0f42717e..ce0cbe0f4a7f555ee5d902119da55ff9d7cde622 100644 (file)
@@ -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"