Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 committed Oct 26, 2023
1 parent 49621f9 commit bea7bd0
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bea7bd0

Please sign in to comment.