mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-16 00:24:06 +00:00
Fix rust version and force usage of gnu-tar
This commit is contained in:
4
.github/workflows/macos-release-build.yml
vendored
4
.github/workflows/macos-release-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user