Skip to content

Commit 3d5cf55

Browse files
committed
CI fixes
1 parent 1f51d31 commit 3d5cf55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,21 @@ 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'
4753
run: |
4854
echo "RUSTFLAGS=--cap-lints=warn" >> $GITHUB_ENV
4955
56+
- uses: ilammy/setup-nasm@v1
57+
if: matrix.backend == 'postgres' && matrix.os == 'windows-2019'
58+
5059
- name: Install postgres (Linux)
5160
if: runner.os == 'Linux' && matrix.backend == 'postgres'
5261
run: |

0 commit comments

Comments
 (0)