Update macOS release build workflow: Update rust version and force usage of gnu-tar

This commit is contained in:
mr. M
2024-10-26 23:58:14 +02:00
parent 8a609505f1
commit 555313fc4c

View File

@@ -76,8 +76,7 @@ jobs:
brew install watchman
brew uninstall llvm
brew install llvm@19 --force
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.79
- name: Force usage fo gnu-tar
run: |