💚 Update ci scripts

This commit is contained in:
niuhuan 2023-07-10 07:19:04 +08:00
parent 655d753a1b
commit c2ddf4cc50
1 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ jobs:
go-version: ${{ env.go_version }} go-version: ${{ env.go_version }}
- name: Cache go modules (Windows) - name: Cache go modules (Windows)
if: matrix.config.host == "windows-latest" if: matrix.config.host == 'windows-latest'
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: | path: |
@ -118,7 +118,7 @@ jobs:
${{ matrix.config.host }}-go- ${{ matrix.config.host }}-go-
- name: Cache go modules (Linux) - name: Cache go modules (Linux)
if: matrix.config.host == "ubuntu-latest" if: matrix.config.host == 'ubuntu-latest'
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: | path: |
@ -129,7 +129,7 @@ jobs:
${{ matrix.config.host }}-go- ${{ matrix.config.host }}-go-
- name: Cache go modules (macOS) - name: Cache go modules (macOS)
if: matrix.config.host == "macos-latest" if: matrix.config.host == 'macos-latest'
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: | path: |