From a88a16a0d6b642a86ecc2f1870b70da91bd648d3 Mon Sep 17 00:00:00 2001 From: foglar Date: Sun, 10 Mar 2024 09:28:41 +0000 Subject: [PATCH] Update go.yml fix --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7c775d9..5049281 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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