Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Feb 23, 2021
1 parent 6ee581e commit 3c3c4f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: '0'

- 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
run: |
Expand All @@ -40,8 +40,8 @@ jobs:
# download bazel
mkdir -p $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
mv bazel-3.7.0* bazel
curl -O -L https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-4.0.0-darwin-x86_64
mv bazel-4.0.0* bazel
chmod +x bazel
./bazel --version
popd
Expand Down

0 comments on commit 3c3c4f5

Please sign in to comment.