Fix rust version and force usage of gnu-tar

This commit is contained in:
mr. M
2024-10-26 16:42:36 +02:00
parent f019490989
commit 18b0a44ae3
2 changed files with 11 additions and 26 deletions

View File

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