From: Jérémie Astor Date: Fri, 21 Feb 2020 22:21:31 +0000 (+0100) Subject: :wrench: use gwion-action X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=51304e7a4eb71bdc074822641b60e1a70f6116bc;p=gwion.git :wrench: use gwion-action --- 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