Skip to content

Commit

Permalink
ci(cli): change toolchain action
Browse files Browse the repository at this point in the history
Node.js 12 is old
  • Loading branch information
SARDONYX-sard committed Oct 9, 2023
1 parent d579782 commit 4ba13c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
if: matrix.target == 'x86_64-pc-windows-gnu'

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true

- name: Cross build with all features
uses: actions-rs/cargo@v1
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true

- name: Cross build with all features
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 4ba13c5

Please sign in to comment.