Skip to content

Commit ee9d8dd

Browse files
committed
Try to fix the nightly failure
1 parent 2a14a64 commit ee9d8dd

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
@@ -58,6 +58,12 @@ jobs:
5858
echo "RUSTFLAGS=--cfg doc_cfg" >> $GITHUB_ENV
5959
echo "RUSTDOCFLAGS=--cfg doc_cfg" >> $GITHUB_ENV
6060
61+
- name: Set environment variables
62+
shell: bash
63+
if: matrix.rust == 'nightly' && matrix.backend == 'mysql' && runner.os == 'Windows'
64+
run: |
65+
echo "RUSTFLAGS=${RUSTFLAGS} -C link-arg=-l:Advapi32.lib"
66+
6167
- name: Set environment variables
6268
shell: bash
6369
if: matrix.rust != 'nightly'

0 commit comments

Comments
 (0)