Skip to content

Commit

Permalink
GitHub Actions: place gokr-rebuild-kernel in _build
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Aug 1, 2024
1 parent cb0fa9b commit 071a7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Build kernel
run: |
GOPROXY=direct go install github.com/gokrazy/autoupdate/cmd/gokr-rebuild-kernel@latest
(cd _build && gokr-rebuild-kernel)
GOPROXY=direct GOBIN=$PWD/_build go install github.com/gokrazy/autoupdate/cmd/gokr-rebuild-kernel@latest
(cd _build && ./gokr-rebuild-kernel)

0 comments on commit 071a7a8

Please sign in to comment.