Skip to content

Commit

Permalink
Fix rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored May 30, 2024
1 parent 16fc3ef commit 61fb59e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
java-version: ${{env.JAVA_VERSION}}
- uses: actions-rust-lang/setup-rust-toolchain@v1
if: matrix.os == 'windows-latest'
with:
cache-workspaces: app/desktop/uwp_helper
- name: Setup jextract
if: matrix.os == 'windows-latest'
shell: powershell
Expand Down

0 comments on commit 61fb59e

Please sign in to comment.