Skip to content

Commit 146daa1

Browse files
committed
More CI cleanup
1 parent 90d90fd commit 146daa1

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
config:
19-
- {os: windows-latest, r: '3.6', static: '-rwinlib'}
2019
- {os: windows-latest, r: '4.1', static: '-rwinlib'}
21-
- {os: windows-latest, r: 'next', static: '-rwinlib'}
20+
- {os: windows-latest, r: 'release', static: '-rwinlib'}
2221
- {os: windows-latest, r: '4.1'}
2322
- {os: windows-latest, r: 'release'}
2423
- {os: macOS-latest, r: 'release'}
@@ -32,23 +31,6 @@ jobs:
3231
steps:
3332
- uses: actions/checkout@v3
3433

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-
5234
- name: Use precompiled libgifski
5335
if: runner.os == 'Windows' && matrix.config.static
5436
run: Copy-Item src\Makevars.win.static src\Makevars.win

0 commit comments

Comments
 (0)