Skip to content

Commit 705ed24

Browse files
committed
Run make build as sudo
1 parent 2cd5fd0 commit 705ed24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fc-kernels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }}
2424

2525
- name: Build kernels
26-
run: make build
26+
run: sudo make build
2727

2828
- name: Upload kernels
2929
uses: "google-github-actions/upload-cloud-storage@v1"

0 commit comments

Comments
 (0)