Fix broken crypto_test workflow.

The use of `::set-env` command in workflows is not being depreacted.
Moving to the new way of setting environment variables.
This commit is contained in:
Jean-Michel Picod
2020-11-20 11:58:39 +01:00
parent 78e801c32a
commit dab0077b87

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