Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmathur12 authored Nov 30, 2023
1 parent 12217be commit 32414c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
go-version: '1.19.3'

- name: clidriver
run: go run setup.go
run: |
pwd
go run installer/setup.go
- name: Modfiles
run: |
Expand Down

0 comments on commit 32414c4

Please sign in to comment.