fix:
This commit is contained in:
parent
a093d0fa88
commit
c54d9f5e17
|
|
@ -3,14 +3,6 @@ on: [push, pull_request]
|
|||
name: Continuous integration
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://gitea.com/actions/checkout@v4
|
||||
- uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1
|
||||
- run: cargo check
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -19,6 +11,7 @@ jobs:
|
|||
- uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1
|
||||
with:
|
||||
target: x86_64-unknown-linux-musl
|
||||
cache: false
|
||||
- run: cargo build -r --target x86_64-unknown-linux-musl
|
||||
|
||||
build-docker-image:
|
||||
|
|
|
|||
Loading…
Reference in New Issue