Skip to content

Commit

Permalink
Temporarily pin Rust to 1.83 on Windows (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Jan 31, 2025
1 parent 5aa6249 commit 6b1eab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install Rust temporarily pinned to 1.83 (https://github.com/posit-dev/ark/issues/678)
uses: dtolnay/[email protected]

- name: Report Rust version
run: rustc --version

- name: Compile ARK
env:
ARK_BUILD_TYPE: ${{ matrix.flavor }}
Expand Down

0 comments on commit 6b1eab4

Please sign in to comment.