Skip to content

Commit

Permalink
Merge pull request #245 from Flamefire/patch-1
Browse files Browse the repository at this point in the history
GHA: Show b2 command invocation
  • Loading branch information
mborland authored Jan 2, 2025
2 parents 41caca1 + f2a4c36 commit d398cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ jobs:
B2_ARGS+=("address-model=${{matrix.address_model}}")
fi
B2_ARGS+=("libs/$LIBRARY/test")
set -x
./b2 "${B2_ARGS[@]}"
windows:
Expand Down

0 comments on commit d398cf1

Please sign in to comment.