File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@v3
33
33
34
- - if : runner.os == 'windows' && matrix.config.r == '4.1'
34
+ - if : runner.os == 'windows'
35
35
uses : r-windows/install-rtools@master
36
36
37
37
- name : Use precompiled libgifski
Original file line number Diff line number Diff line change @@ -16,8 +16,12 @@ export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=$(RTOOLS40_HOME)\\mingw64\\bin\
16
16
export CARGO_TARGET_I686_PC_WINDOWS_GNU_LINKER=$(RTOOLS40_HOME)\\\mingw32\\bin\\gcc
17
17
else
18
18
export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=gcc
19
+ ifdef RTOOLS40_HOME
20
+ GCCPATH=$(subst C:\,/c/,$(RTOOLS40_HOME))/ucrt64/bin
21
+ else
19
22
GCCPATH=$(subst C:\,/c/,$(RTOOLS43_HOME))/x86_64-w64-mingw32.static.posix/bin
20
23
endif
24
+ endif
21
25
22
26
all: clean rustup
23
27
You can’t perform that action at this time.
0 commit comments