Skip to content

Commit

Permalink
CI #2
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Oct 23, 2023
1 parent 82d1bd3 commit 2f75bde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ci-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
linux-amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 'stable'
Expand All @@ -18,6 +19,7 @@ jobs:
macos-amd64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 'stable'
Expand All @@ -27,6 +29,7 @@ jobs:
windows-amd64:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 'stable'
Expand Down

0 comments on commit 2f75bde

Please sign in to comment.