From bc4da63d56ed97fdfc7fc0fb9db097ca140210f1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 16 Jul 2024 11:40:09 +0200 Subject: [PATCH] Test aws-lc-rs with ASM --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4b5212e..f264573 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,14 +21,14 @@ jobs: runs-on: ${{ matrix.os }} - env: - AWS_LC_SYS_NO_ASM: 1 - steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} + - name: Install NASM for aws-lc-rs on Windows + if: runner.os == 'Windows' + uses: ilammy/setup-nasm@v1 - run: cargo check --no-default-features --features aws-lc-rs - run: cargo check --no-default-features --features ring - run: cargo check # hyper-rustls, ring