From 5d1859afb2bb8d2cc23d462934ac30b7fae2c4ac Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 7 Oct 2019 20:57:15 +0900 Subject: [PATCH] Update CI yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c15a843..d0d6e61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: juankaram/rust-musl-action@master - name: Build - args: cargo build --target x86_64-unknown-linux-musl --release --example parse_sv + run: cargo build --manifest-path sv-parser/sv-parser/Cargo.toml --target x86_64-unknown-linux-musl --release --example parse_sv