File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
config :
19
- - {os: windows-latest, r: '3.6', static: '-rwinlib'}
20
19
- {os: windows-latest, r: '4.1', static: '-rwinlib'}
21
- - {os: windows-latest, r: 'next ', static: '-rwinlib'}
20
+ - {os: windows-latest, r: 'release ', static: '-rwinlib'}
22
21
- {os: windows-latest, r: '4.1'}
23
22
- {os: windows-latest, r: 'release'}
24
23
- {os: macOS-latest, r: 'release'}
32
31
steps :
33
32
- uses : actions/checkout@v3
34
33
35
- - name : Install Rust on Linux
36
- if : runner.os == 'Linux'
37
- run : sudo apt-get install -y cargo
38
-
39
- - name : Install Rust on Windows
40
- if : runner.os == 'Windows'
41
- uses : actions-rs/toolchain@v1
42
- with :
43
- toolchain : stable
44
- override : true
45
-
46
- - name : Add more rust targets
47
- if : runner.os == 'Windows'
48
- run : |
49
- rustup target add i686-pc-windows-gnu
50
- rustup target add x86_64-pc-windows-gnu
51
-
52
34
- name : Use precompiled libgifski
53
35
if : runner.os == 'Windows' && matrix.config.static
54
36
run : Copy-Item src\Makevars.win.static src\Makevars.win
You can’t perform that action at this time.
0 commit comments