Skip to content

Update build.yml

Update build.yml #2

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install gren
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