Update go.yml

fix
This commit is contained in:
foglar 2024-03-10 09:28:41 +00:00 committed by GitHub
parent 1438959ff5
commit a88a16a0d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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