Try caching in workflow

This commit is contained in:
Lea Anthony
2023-10-15 10:48:42 +11:00
parent 3a23ad1382
commit 3b95725f09
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
go-version: ${{ matrix.go }}
- name: Install Task
uses: arduino/setup-task@v1