Skip to content

Commit

Permalink
github workflow: be explicit about the 'release/5.10' branch checkout…
Browse files Browse the repository at this point in the history
… when setting up the Swift repos
  • Loading branch information
hyp committed Dec 15, 2023
1 parent d1857dd commit 3d9892d
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 @@ -73,7 +73,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq update -yq
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq -o Dpkg::Use-Pty=0 install -yq repo libxml2-utils
repo init --quiet --groups default --depth 1 -u https://github.com/compnerd/swift-build
repo init --quiet --groups default --depth 1 -u https://github.com/compnerd/swift-build -b main
repo sync --quiet --no-clone-bundle --no-tags --jobs $(nproc --all)
if [[ "${{ github.event.inputs.snapshot }}" == "true" ]] ; then
Expand Down

0 comments on commit 3d9892d

Please sign in to comment.