Skip to content

Commit

Permalink
copy setup code to new ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jun 16, 2023
1 parent f279568 commit b1887eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20.5
id: go

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16

- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Ensure all platforms can be built
run: make platform-all

Expand Down

0 comments on commit b1887eb

Please sign in to comment.