From f6062c666e39699a6b65a92d135125650144690a Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 6 Jan 2021 15:13:28 +0100 Subject: [PATCH] Fixing pounder v1.1 build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d0c2fe..493d011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --features ${{ matrix.features }} + args: --features pounder_v1_1 test: runs-on: ubuntu-latest