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 bea7bd0 commit 4a9d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- 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
mv gren_linux /usr/local/bin/gren
- run: make benchmark
- run: make

0 comments on commit 4a9d52d

Please sign in to comment.