We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f51d31 commit 3d5cf55Copy full SHA for 3d5cf55
.github/workflows/ci.yml
@@ -41,12 +41,21 @@ jobs:
41
run: |
42
echo "RUST_TEST_THREADS=1" >> $GITHUB_ENV
43
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
+
50
- name: Set environment variables
51
shell: bash
52
if: matrix.rust == 'nightly'
53
54
echo "RUSTFLAGS=--cap-lints=warn" >> $GITHUB_ENV
55
56
+ - uses: ilammy/setup-nasm@v1
57
58
59
- name: Install postgres (Linux)
60
if: runner.os == 'Linux' && matrix.backend == 'postgres'
61
0 commit comments