Skip to content

Commit ca0bb3a

Browse files
authored
amends build per script
Because I'm too lazy to read the docs how to do this all in one command
1 parent b0c6ad0 commit ca0bb3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-go@v3
1818
with:
1919
go-version: 1.17
20-
21-
- name: Build
22-
run: go build -v ./...
20+
- name: Build motion-poll
21+
run: go build -v motion-poll.go
22+
- name: Build set-time
23+
run: go build -v set-time.go

0 commit comments

Comments
 (0)