Skip to content

Commit e1a22f4

Browse files
committed
CI
1 parent d0bf781 commit e1a22f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ jobs:
2424
with:
2525
toolchain: ${{ env.latest_version }}
2626
- uses: Swatinem/rust-cache@v2
27+
- name: Install NASM for aws-lc-rs on Windows
28+
if: runner.os == 'Windows'
29+
uses: ilammy/setup-nasm@v1
30+
31+
- name: Install ninja-build tool for aws-lc-fips-sys on Windows
32+
if: runner.os == 'Windows'
33+
uses: seanmiddleditch/gha-setup-ninja@v5
34+
35+
- name: Install golang for aws-lc-fips-sys on macos
36+
if: runner.os == 'MacOS'
37+
uses: actions/setup-go@v5
38+
with:
39+
go-version: "1.22.2"
40+
2741
- run: cargo test --all-features --workspace --lib --tests --profile "ci"
2842

2943
docs:

0 commit comments

Comments
 (0)