Skip to content

Commit

Permalink
Add a workaround of freezing the Rust's version to fix windows jobs o…
Browse files Browse the repository at this point in the history
…n the CI
  • Loading branch information
fvaleye committed Nov 9, 2022
1 parent aa55f2e commit 9e5c7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
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
override: true
- uses: Swatinem/rust-cache@v1
- name: Run tests
Expand Down

0 comments on commit 9e5c7ac

Please sign in to comment.