mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
More workflow improvements
This commit is contained in:
parent
3b95725f09
commit
2b478a4608
2 changed files with 11 additions and 3 deletions
12
.github/workflows/build-and-test-alpha.yml
vendored
12
.github/workflows/build-and-test-alpha.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue