Skip to content

Commit

Permalink
Move if.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Dec 21, 2024
1 parent bc49b52 commit 5d11f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v4
- name: Cache Cargo registry
if: !contains(matrix.target, '-pc-windows-')
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down

0 comments on commit 5d11f82

Please sign in to comment.