Skip to content

Commit c8612fd

Browse files
committed
ci: remove NASM install for Windows/aws-lc-rs
Rustls switched to `aws-lc-rs` to use the `prebuilt-nasm` in Rustls 0.23.16+ This means we no longer need to install NASM in the Windows CI workflows that use aws-lc-rs.
1 parent 2b03287 commit c8612fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ jobs:
111111
persist-credentials: false
112112
- name: Install nightly rust toolchain
113113
uses: dtolnay/rust-toolchain@nightly
114-
- name: Install NASM for aws-lc-rs
115-
uses: ilammy/setup-nasm@v1
116114
- name: Configure CMake
117115
run: cmake -DCRYPTO_PROVIDER="${{ matrix.crypto }}" -S . -B build
118116
- name: Build, debug configuration
@@ -135,8 +133,6 @@ jobs:
135133
persist-credentials: false
136134
- name: Install nightly rust toolchain
137135
uses: dtolnay/rust-toolchain@nightly
138-
- name: Install NASM for aws-lc-rs
139-
uses: ilammy/setup-nasm@v1
140136
- name: Configure CMake
141137
run: cmake -DCRYPTO_PROVIDER="${{ matrix.crypto }}" -S . -B build
142138
- name: Build, release configuration
@@ -156,8 +152,6 @@ jobs:
156152
persist-credentials: false
157153
- name: Install nightly rust toolchain
158154
uses: dtolnay/rust-toolchain@nightly
159-
- name: Install NASM for aws-lc-rs
160-
uses: ilammy/setup-nasm@v1
161155
- name: Configure CMake enabling cert compression
162156
run: cmake -DCERT_COMPRESSION="true" -S . -B build
163157
- name: Build, release configuration, compression

0 commit comments

Comments
 (0)