mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix github workflow
This commit is contained in:
parent
6ee581e4d5
commit
3c3c4f57ae
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Set active Xcode path
|
- name: Set active Xcode path
|
||||||
run: sudo xcode-select -s /Applications/Xcode_12.3.app/Contents/Developer
|
run: sudo xcode-select -s /Applications/Xcode_12.4.app/Contents/Developer
|
||||||
|
|
||||||
- name: Create canonical source directory
|
- name: Create canonical source directory
|
||||||
run: |
|
run: |
|
||||||
@ -40,8 +40,8 @@ jobs:
|
|||||||
# download bazel
|
# download bazel
|
||||||
mkdir -p $HOME/bazel-dist
|
mkdir -p $HOME/bazel-dist
|
||||||
pushd $HOME/bazel-dist
|
pushd $HOME/bazel-dist
|
||||||
curl -O -L https://github.com/bazelbuild/bazel/releases/download/3.7.0/bazel-3.7.0-darwin-x86_64
|
curl -O -L https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-4.0.0-darwin-x86_64
|
||||||
mv bazel-3.7.0* bazel
|
mv bazel-4.0.0* bazel
|
||||||
chmod +x bazel
|
chmod +x bazel
|
||||||
./bazel --version
|
./bazel --version
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user