Skip to content

Commit

Permalink
ci: add Windows aws-lc-rs build reqs to daily-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Feb 12, 2024
1 parent 8e4afc6 commit 5308abd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/daily-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1

- name: Install ninja-build tool for aws-lc-fips-sys on Windows
if: runner.os == 'Windows'
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Build main crate
run: cargo build --locked

Expand Down Expand Up @@ -76,6 +84,14 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- name: Install NASM for aws-lc-rs on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1

- name: Install ninja-build tool for aws-lc-fips-sys on Windows
if: runner.os == 'Windows'
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Check simple client
run: cargo run --locked --bin simpleclient

Expand Down

0 comments on commit 5308abd

Please sign in to comment.