Skip to content

Commit

Permalink
fix incorrect formatting in the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
verzac committed Jan 31, 2024
1 parent cc54f9f commit d97c423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
go-version: "1.21.x"
- run: go version
- run: go get
- run: GOOS={{ matrix.goos }} GOARCH={{matrix.goarch}} go build .
- run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build .

0 comments on commit d97c423

Please sign in to comment.