Skip to content

Commit f706cfa

Browse files
authored
fix(ci): pin rust toolchain for prek cargo-fmt hook
1 parent 9101eb7 commit f706cfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/prek-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
jobs:
1717
prek:
1818
runs-on: ubuntu-latest
19+
env:
20+
RUSTUP_TOOLCHAIN: 1.92.0
1921

2022
steps:
2123
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)