mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Use latest Rust version in Linux and Mac toolchain
This commit is contained in:
parent
283a3802b2
commit
fc6da9a76d
1 changed files with 10 additions and 0 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue