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 baf9fe9 commit 49621f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ on:

jobs:
build:
runs-on: alpine-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install prerequisites
run: |
apk --no-cache add make m4 docker
- name: Install gren
run: |
wget https://github.com/gren-lang/compiler/releases/download/0.3.0/gren_linux
Expand Down

0 comments on commit 49621f9

Please sign in to comment.