Skip to content

Commit

Permalink
Test aws-lc-rs with ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 16, 2024
1 parent 09311ae commit bc4da63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc4da63

Please sign in to comment.