Skip to content

Commit 9e5c7ac

Browse files
committed
Add a workaround of freezing the Rust's version to fix windows jobs on the CI
1 parent aa55f2e commit 9e5c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions-rs/toolchain@v1
6565
with:
6666
profile: default
67-
toolchain: stable
67+
toolchain: "1.64.0" # Switch to "stable" when the 1.67.0 release of https://github.com/rust-lang/rust is published, more information: https://github.com/delta-io/delta-rs/pull/923
6868
override: true
6969
- uses: Swatinem/rust-cache@v1
7070
- name: Run tests

0 commit comments

Comments
 (0)