Skip to content

Commit 1b92f89

Browse files
authored
Merge pull request #738 from Dstack-TEE/copilot/fix-prek-github-actions-job
Stabilize prek CI by pinning Rust toolchain resolution
2 parents adb1040 + f706cfa commit 1b92f89

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)