Compare commits
2 Commits
ee675416dd
...
306dc9e515
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
306dc9e515 | ||
|
|
1e6dff4410 |
@ -19,6 +19,7 @@ jobs:
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: x86_64-unknown-linux-musl
|
||||
- name: Save cached toolchain
|
||||
id: cache-toolchain-save
|
||||
uses: actions/cache/save@v4
|
||||
@ -41,7 +42,7 @@ jobs:
|
||||
~/.cargo/git/db/
|
||||
target
|
||||
key: linux-project-dependencies
|
||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
- run: cargo build --release --target x86_64-unknown-linux-musl
|
||||
- name: Save cached cargo dependencies
|
||||
id: cache-project-dependencies-restore
|
||||
uses: actions/cache/save@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user