Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Use latest Rust version in Linux and Mac toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Jan 2, 2024
1 parent 283a380 commit fc6da9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
target/
key: ${{ matrix.toolchain }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable

- name: Install cross
run: cargo install --force cross

Expand Down Expand Up @@ -76,6 +81,11 @@ jobs:
target/
key: x86_64-apple-darwin-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable

- name: Build
run: cargo build --release --target x86_64-apple-darwin

Expand Down

0 comments on commit fc6da9a

Please sign in to comment.