Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 0a00237

Browse files
author
Achim Schneider
committed
ci: use stable toolchain
1 parent 33d5fbe commit 0a00237

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
toolchain: nightly-2022-05-24-x86_64-unknown-linux-gnu
7373
override: true
7474
components: rust-src
75+
76+
- name: USe stable toolchain as default
77+
run: rustup default stable
7578

7679
- name: TS install
7780
run: make ts-install

0 commit comments

Comments
 (0)