Skip to content

Commit

Permalink
ci: always run make build
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 2, 2024
1 parent fa9731f commit 8663ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: -h

- name: Build xpkg
run: make build
run: make -B build
env:
CROSSPLANE: './crossplane'

Expand Down

0 comments on commit 8663ac5

Please sign in to comment.