mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +09:00
workflows: Perform the setup uncached
This commit is contained in:
1
.github/workflows/nightly.yaml
vendored
1
.github/workflows/nightly.yaml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
cache: false
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -11,6 +11,8 @@ jobs:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
cache: false
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user