Skip to content

Commit

Permalink
ci: 尝试修复win7问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Dec 14, 2023
1 parent fafe50a commit 670b34c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,17 @@ jobs:
goarch: arm64
fail-fast: true
steps:
- name: Cache dist get
id: cache-core-dist
uses: actions/cache@v3
env:
cache-name: cache-core-${{ matrix.goos }}-${{ matrix.goarch }}
with:
path: ./sealdice-core/output
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.CORE_CID }}
# - name: Cache dist get
# id: cache-core-dist
# uses: actions/cache@v3
# env:
# cache-name: cache-core-${{ matrix.goos }}-${{ matrix.goarch }}
# with:
# path: ./sealdice-core/output
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.CORE_CID }}

- name: Apt-get Update
run: sudo apt-get update

- name: Code
if: steps.cache-core-dist.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 670b34c

Please sign in to comment.