Skip to content

Commit cf62428

Browse files
committed
fix win64 ci
Signed-off-by: 迷渡 <justjavac@gmail.com>
1 parent bffae6f commit cf62428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
# the workspace dir to be saved/restored incorrectly.
5757
run: echo "CARGO_HOME=$(pwd)/.cargo_home" >> $GITHUB_ENV
5858

59+
- name: Configure Windows target
60+
if: startsWith(matrix.os, 'windows')
61+
run: echo "CARGO_BUILD_TARGET=x86_64-pc-windows-gnu" >> $GITHUB_ENV
62+
5963
- name: Cache
6064
uses: actions/cache@v2
6165
with:

0 commit comments

Comments
 (0)