mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 13:42:15 +02:00
Merge pull request #9535 from guggero/remove-caching
GitHub: remove duplicate caching
This commit is contained in:
3
.github/actions/setup-go/action.yml
vendored
3
.github/actions/setup-go/action.yml
vendored
@@ -22,6 +22,7 @@ runs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '${{ inputs.go-version }}'
|
go-version: '${{ inputs.go-version }}'
|
||||||
|
cache: 'false'
|
||||||
|
|
||||||
- name: go cache
|
- name: go cache
|
||||||
if: ${{ inputs.use-build-cache == 'yes' }}
|
if: ${{ inputs.use-build-cache == 'yes' }}
|
||||||
@@ -44,7 +45,7 @@ runs:
|
|||||||
|
|
||||||
- name: go module cache
|
- name: go module cache
|
||||||
if: ${{ inputs.use-build-cache == 'no' }}
|
if: ${{ inputs.use-build-cache == 'no' }}
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
# Just the module download cache.
|
# Just the module download cache.
|
||||||
path: |
|
path: |
|
||||||
|
Reference in New Issue
Block a user