Skip to content

Commit

Permalink
switch rust toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall committed Oct 3, 2023
1 parent 7e2cf6b commit d9fb5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Rust stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
target: ${{ matrix.target }}

- name: Install Protoc
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ jobs:
run: npm ci

- name: Install Rust stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
target: ${{ matrix.target }}

- name: Check if keys exist
Expand Down

0 comments on commit d9fb5f6

Please sign in to comment.