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
|
id: rust-toolchain
|
||||||
with:
|
with:
|
||||||
targets: x86_64-unknown-linux-musl
|
targets: x86_64-unknown-linux-musl
|
||||||
toolchain: minimal
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -36,7 +35,7 @@ jobs:
|
||||||
~/.cargo/registry/cache/
|
~/.cargo/registry/cache/
|
||||||
~/.cargo/git/db/
|
~/.cargo/git/db/
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}-${{ steps.rust-toolchain.outputs.cachekey }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release --locked --target x86_64-unknown-linux-musl
|
run: cargo build --release --locked --target x86_64-unknown-linux-musl
|
||||||
- name: Strip
|
- name: Strip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue