Update CI yml
This commit is contained in:
parent
2f0aa3f76b
commit
625b23583e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Rust
|
name: Release
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -10,4 +10,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: juankaram/rust-musl-action@master
|
- uses: juankaram/rust-musl-action@master
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --target x86_64-unknown-linux-musl --release --example parse_sv
|
args: cargo build --target x86_64-unknown-linux-musl --release --example parse_sv
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: Rust
|
name: Test
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user