Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 727460f

Browse files
committed
fix: install nightly and stable toolchain in ci
1 parent 9a8495e commit 727460f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
1919
with:
2020
cache-all-crates: "true"
21+
- uses: dtolnay/rust-toolchain@nightly
22+
- uses: dtolnay/rust-toolchain@master
23+
with:
24+
toolchain: "stable"
2125
- name: Setup PostgreSQL for Linux/macOS/Windows
2226
uses: ikalnytskyi/action-setup-postgres@v7
2327
id: postgres

0 commit comments

Comments
 (0)