Skip to content

Commit

Permalink
if error then change stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 16, 2023
1 parent 1211b56 commit a9f3f2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:

- name: Setup container
run: |
go install
# https://github.com/golang/go/issues/53532
go install -buildvcs=false
cd cmd
go build -o fup-verify
go build -buildvcs=false -o fup-verify
cp fup-verify ~/go/bin
- name: Provision
Expand Down

0 comments on commit a9f3f2b

Please sign in to comment.