From 51304e7a4eb71bdc074822641b60e1a70f6116bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 23:21:31 +0100 Subject: [PATCH] :wrench: use gwion-action --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56d2e532..ccf0e2ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,14 +63,9 @@ jobs: path: Gwion key: ${{ runner.os }}-gwion - - name: Gwion [ init ] + - name: Gwion if: steps.gwion-bin.outputs.cache-hit != 'true' - run: | - git clone https://github.com/fennecdjay/Gwion - cd Gwion - git submodule update --init util ast - make - cp gwion .. + uses: fennecdjay/gwion-action@v1 - name: Gwion [ update ] if: steps.gwion-bin.outputs.cache-hit == 'true' @@ -144,6 +139,7 @@ jobs: ./chuck benchmark/string-equals.ck export PATH=./wren:$PATH export PATH=./lua:$PATH + export PATH=./Gwion:$PATH export PATH=.:$PATH bash scripts/benchmark.sh -- 2.43.0