Fixed Rust version

This commit is contained in:
Thorsten Sommer 2024-06-16 20:27:44 +02:00
parent 1a031ad5e2
commit 0b440354bd
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -178,8 +178,9 @@ jobs:
target-${{ matrix.dotnet_runtime }}-rust-${{ env.RUST_VERSION }}-dependencies- target-${{ matrix.dotnet_runtime }}-rust-${{ env.RUST_VERSION }}-dependencies-
- name: Setup Rust (stable) - name: Setup Rust (stable)
uses: dtolnay/rust-toolchain@${{ env.RUST_VERSION }} uses: dtolnay/rust-toolchain@master
with: with:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.rust_target }} targets: ${{ matrix.rust_target }}
- name: Setup dependencies (Ubuntu-specific, x86) - name: Setup dependencies (Ubuntu-specific, x86)