Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
need more debugging output
  • Loading branch information
cooljeanius committed Jun 27, 2024
1 parent 001c019 commit 1e673ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ endgroup
if test -d ports/; then
begingroup "Updating PortIndex"
echo "Run portindex on recent commits if PR is newer"
set -x
git -C ports/ remote add macports https://github.com/macports/macports-ports.git
git -C ports/ fetch macports master
git -C ports/ checkout -qf macports/master~10
Expand Down

0 comments on commit 1e673ed

Please sign in to comment.