Skip to content

Commit 65ff7cc

Browse files
committed
fix: add AWS_LC_SYS_PREBUILT_NASM for Windows build
1 parent 0f43ecd commit 65ff7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-libraries.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Build
4141
run: ${{ matrix.build.tool }} build --release --target ${{ matrix.build.target }} --features uniffi
42+
env:
43+
AWS_LC_SYS_PREBUILT_NASM: 1
4244

4345
- name: Archive
4446
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)