mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
use newer action for rust toolchain
This commit is contained in:
@@ -5,9 +5,6 @@ on:
|
||||
|
||||
jobs:
|
||||
bootstrap:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
strategy:
|
||||
matrix:
|
||||
version: ["39"]
|
||||
@@ -25,9 +22,7 @@ jobs:
|
||||
with:
|
||||
go-version: "^1.19"
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- name: Install Anda
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user