Skip to content

Commit

Permalink
fix: simplify and do not run make on windows (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Aug 7, 2023
1 parent 4a1c2b1 commit 4089912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go mod verify

- name: modTidy
run: make tools-tidy
run: go mod tidy

- name: ensure compilation
run: go build
Expand Down

0 comments on commit 4089912

Please sign in to comment.