From f6058d1113eddcc0b3ee6d636d9b2550ccf1e152 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 7 Oct 2019 21:15:33 +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 5317ca1..7c5af88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: davidgraeff/rust-musl-action@master + - uses: juankaram/rust-musl-action@master - uses: actions/checkout@master - name: Build run: cargo build --target x86_64-unknown-linux-musl --release --example parse_sv