Skip to content

Commit

Permalink
remove working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Feb 6, 2025
1 parent 1450e32 commit da4933c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Install dependencies
working-directory: relayer
run: go mod download

- name: Add gopath to bin
run: echo "$HOME/go/bin" >> $GITHUB_PATH

- name: Build
working-directory: relayer
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 mage build

- name: Configure Git
Expand Down

0 comments on commit da4933c

Please sign in to comment.