Skip to content

Commit

Permalink
Update gophermart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Feb 13, 2023
1 parent 9673d1a commit 0171cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gophermart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Prepare binaries
run: |
(cd cmd/gophermart && go build -o gophermart)
(cd cmd/gophermart && go build -buildvcs=false -o gophermart)
(cd cmd/accrual && chmod +x accrual_linux_amd64)
- name: Test
Expand Down

0 comments on commit 0171cc6

Please sign in to comment.