Merge pull request #215 from jmichelp/fix_workflow

Fix broken crypto_test workflow.
This commit is contained in:
Jean-Michel Picod
2020-11-20 13:38:19 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up OpenSK
run: ./setup.sh
- run: echo "::set-env name=RUSTFLAGS::-C target-feature=+aes"
- run: echo "RUSTFLAGS=-C target-feature=+aes" >> $GITHUB_ENV
- name: Unit testing of crypto library (release mode)
uses: actions-rs/cargo@v1