Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foglar authored Mar 10, 2024
1 parent d3ef18c commit 6ca93b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
cd monitor && go get github.com/gopxl/pixel && go get github.com/tarm/serial
cd monitor && go get .
- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -26,4 +26,4 @@ jobs:
go-version: '1.20'

- name: Build
run: go build -o ./monitor.out -v monitor/.
run: cd monitor && go build -o ./monitor.out .

0 comments on commit 6ca93b3

Please sign in to comment.