Fix toolchain

This commit is contained in:
Gregory Schier
2023-04-02 15:44:21 -07:00
parent 1519282ac6
commit fbe2660a57

View File

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