More workflow improvements

This commit is contained in:
Lea Anthony 2023-10-15 12:42:49 +11:00
commit 2b478a4608
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 11 additions and 3 deletions

View file

@ -108,7 +108,17 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
go-version: ${{ matrix.go }}
- name: Setup Golang caches
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-golang-
- name: Build Wails3 CLI
run: |