Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install RISC-V cross-compiler
run: sudo apt-get install -y gcc-riscv64-unknown-elf
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/cache@v5 # From: https://github.com/actions/cache/blob/main/examples.md#rust---cargo
- uses: actions/cache@v6 # From: https://github.com/actions/cache/blob/main/examples.md#rust---cargo
with:
path: |
~/.cargo/bin/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
cache-directories: ~/.cache/dory
- name: Cache ZeroOS musl toolchain
id: cache-zeroos-musl
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.zeroos/musl
key: zeroos-musl-toolchain-musl-1.2.3-gcc-9.4.0-Linux-x86_64
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
cache-directories: ~/.cache/dory
- name: Cache ZeroOS musl toolchain
id: cache-zeroos-musl
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.zeroos/musl
key: zeroos-musl-toolchain-musl-1.2.3-gcc-9.4.0-Linux-x86_64
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Cache wasm-pack
id: cache-wasm-pack
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cargo/bin/wasm-pack
key: wasm-pack-0.13.1
Expand Down