From bea7bd059bdff1b4336b054bf98e3703cfe9be49 Mon Sep 17 00:00:00 2001 From: Murray Date: Thu, 26 Oct 2023 13:06:58 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1a0060..68c852b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,15 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - - name: Install gren - run: | + - uses: actions/checkout@v4 + - run: | wget https://github.com/gren-lang/compiler/releases/download/0.3.0/gren_linux chmod +x gren_linux mv gren_linux /usr/local/bin - - - name: Build - run: | - make benchmark - make + - run: make benchmark + - run: make