Skip to content

Commit 8663ac5

Browse files
committed
ci: always run make build
1 parent fa9731f commit 8663ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
command: -h
2929

3030
- name: Build xpkg
31-
run: make build
31+
run: make -B build
3232
env:
3333
CROSSPLANE: './crossplane'
3434

0 commit comments

Comments
 (0)