Skip to content

Commit 0c7544a

Browse files
committed
Install stable toolchain for windows
1 parent d148bc7 commit 0c7544a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: hecrj/setup-rust-action@v1
1818
with:
1919
rust-version: ${{ matrix.rust }}
20+
- name: Setup rust (stable)
21+
uses: hecrj/setup-rust-action@v1
22+
with:
23+
rust-version: stable
2024
- name: Setup rust (nightly)
2125
uses: hecrj/setup-rust-action@v1
2226
with:

0 commit comments

Comments
 (0)