Fix rust version and force usage of gnu-tar

This commit is contained in:
mr. M
2024-10-26 08:21:42 +02:00
parent 5d0c22c374
commit 9d438035cb

View File

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