Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
override: true

- name: Cache Rust dependencies
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Cache LLVM on Windows
if: runner.os == 'Windows'
id: cache-llvm
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: C:\Program Files\LLVM
key: windows-llvm-latest
Expand Down