mirror of
https://github.com/wikihost-opensource/als.git
synced 2026-04-22 15:47:15 +08:00
fix: add golang build cache
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: 'backend/go.mod'
|
||||
cache-dependency-path: 'backend/go.sum'
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: ui
|
||||
@@ -62,6 +63,7 @@ jobs:
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: 'backend/go.mod'
|
||||
cache-dependency-path: 'backend/go.sum'
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: ui
|
||||
|
||||
Reference in New Issue
Block a user