mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
CI: See if we can cache golang build artifacts
This commit is contained in:
parent
3687694d0d
commit
0ba5f20902
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
python-version: ${{ matrix.pyver }}
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
fetch-depth: 10
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: magnetikonline/action-golang-cache@v4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue