Update rust version and fix installation script in linux-release-build.yml

This commit is contained in:
mr. M
2024-10-27 08:05:53 +01:00
parent 0d609d9e2c
commit 3a22456032
3 changed files with 13 additions and 9 deletions

View File

@@ -98,8 +98,8 @@ jobs:
- name: Fix rust version
run: |
# Install a rust version compatible with LLVM 19
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# Install a rust version compatible with LLVM 18
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.79
source $HOME/.cargo/env
- name: Import