Skip to content

Commit

Permalink
chore: Use Rust 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jun 7, 2024
1 parent f01fae9 commit 3199a5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,22 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: "${{ matrix.config.os }} (R: ${{ matrix.config.r }}, Rust: ${{ matrix.config.rust }})"
name: "${{ matrix.config.os }} (R: ${{ matrix.config.r }})"

strategy:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release', rust: 'stable-msvc'}
- {os: windows-latest, r: 'devel', rust: 'stable-msvc'}
- {os: macOS-latest, r: 'release', rust: 'stable' }
- {os: ubuntu-latest, r: 'release', rust: 'stable' }
- {os: ubuntu-latest, r: 'devel', rust: 'stable' }
- {os: ubuntu-latest, r: 'release', rust: 'nightly' }
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel' }
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel' }
- {os: ubuntu-latest, r: 'release'}

steps:
- uses: actions/checkout@v4

- name: Set up Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.config.rust }}

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit 3199a5c

Please sign in to comment.