Skip to content

Commit

Permalink
github swift-toolchain workflow: use 5.10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Dec 15, 2023
1 parent 985ed7a commit b608af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq -o Dpkg::Use-Pty=0 install -yq repo libxml2-utils
# Which branch is this workflow based on
branch_version=main
branch_version=5.10
if [[ "$branch_version" == "main" ]] ; then
branch_name="main"
else
Expand Down

0 comments on commit b608af2

Please sign in to comment.