File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
os : macos-latest
33
33
build-name : isograph_cli
34
34
artifact-name : isograph_cli-macos-arm64
35
- # - target: x86_64-pc-windows-msvc
36
- # os: windows-latest
37
- # build-name: isograph_cli.exe
38
- # artifact-name: isograph_cli-bin-win-x64
35
+ - target : x86_64-pc-windows-msvc
36
+ os : windows-latest
37
+ build-name : isograph_cli.exe
38
+ artifact-name : isograph_cli-bin-win-x64
39
39
runs-on : ${{ matrix.target.os }}
40
40
steps :
41
41
- uses : actions/checkout@v2
44
44
toolchain : 1.75.0
45
45
override : true
46
46
target : ${{ matrix.target.target }}
47
+ # more info here:- https://github.com/rust-lang/cargo/issues/13020
48
+ - name : Enable longpaths on windows
49
+ if : matrix.target.os == 'windows-latest'
50
+ run : git config --system core.longpaths true
47
51
- name : Install cross
48
52
if : matrix.target.cross
49
53
uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments