Skip to content

Commit 6b1eab4

Browse files
authored
Temporarily pin Rust to 1.83 on Windows (#683)
1 parent 5aa6249 commit 6b1eab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Checkout sources
3333
uses: actions/checkout@v4
3434

35+
- name: Install Rust temporarily pinned to 1.83 (https://github.com/posit-dev/ark/issues/678)
36+
uses: dtolnay/[email protected]
37+
38+
- name: Report Rust version
39+
run: rustc --version
40+
3541
- name: Compile ARK
3642
env:
3743
ARK_BUILD_TYPE: ${{ matrix.flavor }}

0 commit comments

Comments
 (0)