Update go.yml

This commit is contained in:
foglar 2024-03-10 09:29:59 +00:00 committed by GitHub
parent a88a16a0d6
commit d3ef18cb79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: | run: |
go get github.com/gopxl/pixel cd monitor && go get github.com/gopxl/pixel && go get github.com/tarm/serial
go get github.com/tarm/serial
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4