Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnstn committed Nov 6, 2023
1 parent 8820609 commit 40fc3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'

- name: Install dependencies
run: |
cd ./cli
cd ./gbm-cli
go get .
- name: Test
Expand Down

0 comments on commit 40fc3e3

Please sign in to comment.