From 83cffab0b3e60284edce3b0ef26a5700c872c202 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 7 Oct 2019 21:09:54 +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 d0d6e61..0df6e53 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 - run: cargo build --manifest-path sv-parser/sv-parser/Cargo.toml --target x86_64-unknown-linux-musl --release --example parse_sv + run: cargo build --manifest-path sv-parser/Cargo.toml --target x86_64-unknown-linux-musl --release --example parse_sv