Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Mar 4, 2020
1 parent 50533d6 commit de602a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ jobs:
path: target
key: ${{ matrix.kind }}-${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

# Fix the problem that the second build of windows will fail
- name: Remove Some Cache
if: matrix.os == 'windows-2019'
run: |
rm target/release/gn_root -Recurse -ErrorAction Ignore
rm target/debug/gn_root -Recurse -ErrorAction Ignore
- name: Install python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit de602a4

Please sign in to comment.