Fix rust version and force usage of gnu-tar

This commit is contained in:
mr. M
2024-10-26 22:26:08 +02:00
parent 7d42a41df4
commit 9f3e69dbf1

View File

@@ -74,12 +74,6 @@ jobs:
brew install watchman
- 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
source $HOME/.cargo/env
- name: Force usage fo gnu-tar
run: |
echo 'export PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"' >> ~/.bash_profile