Skip to content

Commit 17f16e1

Browse files
committed
CI fixes
1 parent 1f51d31 commit 17f16e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
run: |
4242
echo "RUST_TEST_THREADS=1" >> $GITHUB_ENV
4343
44+
- name: Set environment variables
45+
shell: bash
46+
if: matrix.backend == 'postgres' && matrix.os == 'windows-2019'
47+
run: |
48+
echo "AWS_LC_SYS_NO_ASM=1"
49+
4450
- name: Set environment variables
4551
shell: bash
4652
if: matrix.rust == 'nightly'

0 commit comments

Comments
 (0)