From b7dd126129c49f0ed998a3025cc8b3fa1eea6931 Mon Sep 17 00:00:00 2001 From: captainbuckkets Date: Sun, 5 Nov 2023 01:32:08 -0600 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46864c367f..d842510d0c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,8 +131,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - - name: Install Bitcoin Core - run: ./bin/install-bitcoin-core-linux + - name: Install Peercoin Core + run: ./bin/install-peercoin-core-linux - name: Test run: cargo test --all -- --ignored