Fix toolchain

This commit is contained in:
Gregory Schier
2023-04-02 15:44:21 -07:00
parent 2ba401dde1
commit 79ecc0ae38

View File

@@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: 'aarch64-apple-darwin,x86_64-apple-darwin'
- name: Cache Rust
uses: actions/cache@v2
with:
@@ -28,10 +30,6 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: 'aarch64-apple-darwin,x86_64-apple-darwin'
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
run: |