ci
This commit is contained in:
parent
82b4aeab32
commit
5462e10e15
1 changed files with 1 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
id: rust-toolchain
|
||||
with:
|
||||
targets: x86_64-unknown-linux-musl
|
||||
toolchain: minimal
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
@ -36,7 +35,7 @@ jobs:
|
|||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}-${{ steps.rust-toolchain.outputs.cachekey }}
|
||||
- name: Build
|
||||
run: cargo build --release --locked --target x86_64-unknown-linux-musl
|
||||
- name: Strip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue