set rust version for windows build (#5392)

* set rust version for windows build

* set rust version for windows build

* correct ation
This commit is contained in:
Alexander Petric
2025-02-26 11:32:18 -05:00
committed by GitHub
parent 5219062cc1
commit eff2a4c496
2 changed files with 12 additions and 0 deletions
@@ -30,6 +30,12 @@ jobs:
token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }}
fetch-depth: 0
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.85.0
override: true
- name: Substitute EE code
shell: bash
run: |
@@ -32,6 +32,12 @@ jobs:
token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }}
fetch-depth: 0
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.85.0
override: true
- name: Substitute EE code
shell: bash
run: |