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

index 06f59165ea933573bbe6f1fd10b2a660a0252d11..80c9d7d2c42be34fec3b39d52a406d4a57f2adfd 100644 (file)
@@ -29,7 +29,11 @@ jobs:
 
     - name: Benchmark
       run: |
-        sudo apt-get install gnuplot
+        git clone https://github.com/wren-lang/wren
+        cd wren
+        make
+        cd ..
+        sudo apt-get install gnuplot lua
         bash scripts/benchmark.sh
 
     - name: MdBook