Skip to content

Commit

Permalink
build: fix build after SDK upgrade (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav authored Jan 1, 2024
1 parent f34b4b7 commit f84bfa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
go build -o $BINARY_NAME -ldflags "-X ariga.io/atlas-action/atlasaction.Version=${{ github.event.inputs.version || 'v1' }}" ./cmd/atlas-action
env:
CGO_ENABLED: 0
- name: Install Atlas
uses: ariga/setup-atlas@v0

- name: Check version
run: |
OUTPUT=$(./$BINARY_NAME --version)
Expand Down

0 comments on commit f84bfa1

Please sign in to comment.