We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9528c commit 805e001Copy full SHA for 805e001
.github/workflows/verify-build.yml
@@ -333,6 +333,7 @@ jobs:
333
# If this run was triggered by a pull request event, then checkout
334
# the head of the pull request instead of the merge commit.
335
- run: git checkout HEAD^2
336
+ shell: bash
337
if: ${{ github.event_name == 'pull_request' }}
338
339
- name: Setup MSYS2
@@ -532,6 +533,7 @@ jobs:
532
533
fi
534
535
- name: Print config.log
536
537
run: |
538
cd build ;
539
cat config.log ;
@@ -569,6 +571,7 @@ jobs:
569
571
if: ${{ matrix.build-type != 'iwyu' }}
570
572
573
- name: Print tests results
574
575
576
577
cat test/test-suite.log ;
0 commit comments