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