ci
Some checks failed
Build / Build (push) Failing after 34s
Build / docker (push) Has been skipped

This commit is contained in:
파링 2026-01-05 23:13:57 +09:00
parent 82b4aeab32
commit 5462e10e15
Signed by: paring
SSH key fingerprint: SHA256:8uCHhCpn/gVOLEaTolmbub9kfM6XBxWkIWmHxUZoWWk

View file

@ -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