Skip to content

Commit f1d4e31

Browse files
committed
Fix CI build
1 parent ffe3781 commit f1d4e31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
- uses: actions/setup-go@v4
1818
with:
1919
go-version: 1.21.8
20-
- run: make build/rocketpool-cli
21-
- run: go build -o build/rocketpool-daemon-gh ./rocketpool/rocketpool.go
20+
- run: make NO_DOCKER=true build/rocketpool-cli build/rocketpool-daemon

0 commit comments

Comments
 (0)