File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
32
32
run : |
33
33
sudo apt-get install -y musl-tools musl-dev
34
34
35
- # - name: Cache golang
36
- # id: cache-golang
37
- # uses: actions/cache@v4
38
- # with:
39
- # path: |
40
- # ~/go/pkg/mod
41
- # ~/.cache/go-build
42
- # key: clickhouse-backup-golang-${{ matrix.golang-version }}-${{ hashFiles('go.mod', '.github/workflows/*.yaml') }}
35
+ - name : Cache golang
36
+ id : cache-golang
37
+ uses : actions/cache@v4
38
+ with :
39
+ path : |
40
+ ~/go/pkg/mod
41
+ ~/.cache/go-build
42
+ key : clickhouse-backup-golang-${{ matrix.golang-version }}-${{ hashFiles('go.mod', '.github/workflows/*.yaml') }}
43
43
44
44
- name : Install golang dependencies
45
45
run : go mod download -x
46
- # if: |
47
- # steps.cache-golang.outputs.cache-hit != 'true'
46
+ if : |
47
+ steps.cache-golang.outputs.cache-hit != 'true'
48
48
49
49
- name : Build clickhouse-backup binary
50
50
id : make-race
You can’t perform that action at this time.
0 commit comments