Skip to content

Commit

Permalink
Make sure Go is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jul 15, 2024
1 parent 9d58fc0 commit a2d1070
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v5
with:
cache: false
go-version: stable
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v5
with:
cache: false
go-version: stable
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down

0 comments on commit a2d1070

Please sign in to comment.