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 cf6651c commit e36b9a6Copy full SHA for e36b9a6
1 file changed
.github/workflows/buildmgr.yml
@@ -671,6 +671,7 @@ jobs:
671
./cbuild_install.sh < config
672
673
- name: Debug install
674
+ if: ${{ startsWith(matrix.runs_on, 'macos') || startsWith(matrix.runs_on, 'ubuntu') }}
675
run: |
676
ls -R
677
working-directory: ${{ github.workspace }}/cbuild
0 commit comments