Add ccache to CI (#375)

This commit is contained in:
Fangjun Kuang
2023-10-20 11:17:37 +08:00
committed by GitHub
parent fe0c8bfc51
commit 2a932aca86
32 changed files with 153 additions and 53 deletions

View File

@@ -34,7 +34,7 @@ jobs:
arch: x86 # use 386 for GOARCH
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4