File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
name : Continuous integration
7
7
env :
8
- latest_version : ' 1.78.0'
8
+ latest_version : " 1.78.0"
9
9
10
10
jobs :
11
11
test :
24
24
with :
25
25
toolchain : ${{ env.latest_version }}
26
26
- uses : Swatinem/rust-cache@v2
27
+
27
28
- name : Install NASM for aws-lc-rs on Windows
28
29
if : runner.os == 'Windows'
29
30
uses : ilammy/setup-nasm@v1
56
57
uses : dtolnay/rust-toolchain@stable
57
58
with :
58
59
toolchain : ${{ env.latest_version }}
60
+
61
+ - name : Install NASM for aws-lc-rs on Windows
62
+ if : runner.os == 'Windows'
63
+ uses : ilammy/setup-nasm@v1
64
+
65
+ - name : Install ninja-build tool for aws-lc-fips-sys on Windows
66
+ if : runner.os == 'Windows'
67
+ uses : seanmiddleditch/gha-setup-ninja@v5
68
+
69
+ - name : Install golang for aws-lc-fips-sys on macos
70
+ if : runner.os == 'MacOS'
71
+ uses : actions/setup-go@v5
72
+ with :
73
+ go-version : " 1.22.2"
74
+
59
75
- uses : Swatinem/rust-cache@v2
60
76
- run : cargo check --all-features --all-targets --workspace --lib --tests --profile "ci"
61
77
You can’t perform that action at this time.
0 commit comments