Skip to content

Commit 1ddeaf3

Browse files
authored
Merge pull request #37 from intel/freeze-rust-ver
Freeze rust version to 1.83
2 parents 93f0fd6 + eb46310 commit 1ddeaf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ on:
2222
type: string
2323
env:
2424
CARGO_TERM_COLOR: always
25+
rust_version: 1.83.0
2526
jobs:
2627
build:
2728
runs-on: ${{ inputs.os }}
2829
steps:
2930
- uses: actions/checkout@v4
3031
- name: versions
3132
run: |
33+
rustup default ${{ env.rust_version }}
3234
rustup --version
3335
cargo --version
3436
rustc --version

0 commit comments

Comments
 (0)