Skip to content

Commit

Permalink
Switch branch for clang32 bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed May 16, 2024
1 parent f872258 commit 7474ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if [ "$(unamer)" = "Darwin" ]; then
if [ -n "${ACID32}" ]; then
echo "OVERRIDE_PYTHON3=${DEVELOPER_DIR}/usr/bin/python3" >> "$GITHUB_ENV"
export OVERRIDE_PYTHON3="${DEVELOPER_DIR}/usr/bin/python3"
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/clang32-bootstrap.sh) && eval "$src" || exit 1
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/xcode14/clang32-bootstrap.sh) && eval "$src" || exit 1
fi
fi

Expand Down

0 comments on commit 7474ee5

Please # to comment.