Skip to content

Commit

Permalink
Remove DEVELOPER_DIR override (#36)
Browse files Browse the repository at this point in the history
This allows Bazel to resolve the appropriate toolchain on its own.
  • Loading branch information
mkruskal-google authored Feb 27, 2024
1 parent bff8c54 commit e0cc94d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/bazel-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ runs:
shell: bash
run: |
echo "BAZEL_FLAGS=$BAZEL_FLAGS --xcode_version_config=@com_google_protobuf//.github:host_xcodes" >> $GITHUB_ENV
echo "DEVELOPER_DIR=${{ env.DEVELOPER_DIR || '/Applications/Xcode_14.1.app/Contents/Developer' }}" >> $GITHUB_ENV
- name: Configure Bazel caching
# Skip bazel cache for local act runs due to issue with credential files
Expand Down

0 comments on commit e0cc94d

Please sign in to comment.