Skip to content

Commit e36b9a6

Browse files
authored
Add condition for Debug install step in workflow
1 parent cf6651c commit e36b9a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ jobs:
671671
./cbuild_install.sh < config
672672
673673
- name: Debug install
674+
if: ${{ startsWith(matrix.runs_on, 'macos') || startsWith(matrix.runs_on, 'ubuntu') }}
674675
run: |
675676
ls -R
676677
working-directory: ${{ github.workspace }}/cbuild

0 commit comments

Comments
 (0)