From d806386fbd5b0e35e5b546115df6a2376e713a60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 26 Jun 2020 17:44:31 +0200 Subject: [PATCH] Fix wren --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b578d50a..f515a643 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,8 +78,9 @@ jobs: if: steps.wren.outputs.cache-hit != 'true' run: | git clone https://github.com/wren-lang/wren - cd wren + cd wren/projects/make make + cp ../../bin/wren_test ../../../wren - name: wren [ update ] if: steps.wren.outputs.cache-hit == 'true' @@ -125,7 +126,6 @@ jobs: echo 'chuck --silent $@' > ./chuck chmod +x ./chuck ./chuck benchmark/string-equals.ck - export PATH=./wren:$PATH export PATH=./lua:$PATH export PATH=./mdr:$PATH export PATH=./Gwion:$PATH -- 2.43.0