Compare commits
No commits in common. "49ee87488a677ec26d15062523742ce2b47e9736" and "8bdaa85518c1b3ecc8830dd194d0931a5f47fd93" have entirely different histories.
49ee87488a
...
8bdaa85518
@ -19,7 +19,7 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
- name: Save cached toolchain
|
||||
id: cache-toolchain-save
|
||||
id: cache-toolchain
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
@ -37,8 +37,9 @@ jobs:
|
||||
target
|
||||
key: ${{ runner.os }}-project-dependencies
|
||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
- run: cargo test
|
||||
- name: Save cached cargo dependencies
|
||||
id: cache-project-dependencies-restore
|
||||
id: cache-toolchain
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user