Fixing pounder v1.1 build

master
Ryan Summers 2021-01-06 15:13:28 +01:00
parent 18068082ac
commit f6062c666e
1 changed files with 1 additions and 1 deletions

View File

@ -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