Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0e8864d4da | ||
![]() |
490fae7d5b | ||
![]() |
ca9d8af13f |
@@ -30,6 +30,10 @@ jobs:
|
||||
ext: ""
|
||||
|
||||
steps:
|
||||
- name: Install zip
|
||||
run: |
|
||||
apt-get update && apt-get install -y zip
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -56,16 +60,6 @@ jobs:
|
||||
|
||||
go version
|
||||
|
||||
- name: Cache Go build and module cache in /data
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
/data/gocache
|
||||
/data/gomodcache
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
|
||||
- name: Download Go dependencies
|
||||
run: |
|
||||
export GOROOT=/data/go/go
|
||||
|
Reference in New Issue
Block a user