Skip to content

Commit

Permalink
Ensure python3 installs for ant-contrib dependencies on macos13
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 30, 2023
1 parent 21af64b commit 5ca6196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ jobs:
run: |
imageroot=$(find "${HOME}/JDK" -name release -type f)
echo "TEST_JDK_HOME=$(dirname "${imageroot}")" >> "$GITHUB_ENV"
- name: Clean /usr/local to avoid python3 install link failure
run: |
# See: https://github.com/adoptium/temurin-build/issues/3550#issuecomment-1833369679
rm -f '/usr/local/bin/2to3'
- name: Smoke test
uses: adoptium/run-aqa@6bacb4e732ad546eda1b09665b9067cdc87651f4 # v2
with:
Expand Down

0 comments on commit 5ca6196

Please sign in to comment.