From 8dbb48cdf3b2495ba5b0deaffb486686ed0cb9f4 Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 7 Oct 2019 21:35:55 +0900 Subject: [PATCH] Update CI yml --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c5af88..f520342 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: juankaram/rust-musl-action@master - - uses: actions/checkout@master + - uses: actions/checkout@v1 - name: Build run: cargo build --target x86_64-unknown-linux-musl --release --example parse_sv