We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa09f27 commit 6a41e5aCopy full SHA for 6a41e5a
.github/workflows/update-subtree.yml
@@ -158,6 +158,7 @@ jobs:
158
- name: Merge subtree/library changes
159
if: ${{ env.CURRENT_TOOLCHAIN_DATE != env.NEXT_TOOLCHAIN_DATE && env.MERGE_PR_EXISTS == 'no' }}
160
run: |
161
+ set -vx
162
cd verify-rust-std
163
# create-pull-request resets branches locally, implying that
164
# `subtree/library` no longer is what the above instructions created.
0 commit comments