fix: 修改action文件
This commit is contained in:
parent
a2ddfc8df4
commit
210e32a89c
|
|
@ -11,7 +11,6 @@ jobs:
|
|||
- uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1
|
||||
with:
|
||||
cache: false
|
||||
toolchain: stable
|
||||
- run: |
|
||||
apt update && apt install -y musl-tools
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sched_tasks_rs"
|
||||
version = "1.0.9"
|
||||
version = "1.0.10"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Reference in New Issue