5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 07:11:52 +08:00

Try caching in workflow

This commit is contained in:
Lea Anthony 2023-10-15 10:48:42 +11:00
parent 3a23ad1382
commit 3b95725f09
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

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