Skip to content

Commit 82667f4

Browse files
committed
Add conditional checks for additional product installation on non-Windows OS
1 parent 5680241 commit 82667f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,13 @@ jobs:
9393
release: ${{ matrix.release }}
9494
products: ${{ matrix.products }}
9595
- name: Install additional products
96+
if: matrix.os != 'windows-latest'
9697
uses: ./
9798
with:
9899
release: ${{ matrix.release }}
99100
products: Image_Processing_Toolbox
100101
- name: Check additional product was installed
102+
if: matrix.os != 'windows-latest'
101103
uses: matlab-actions/run-command@v2
102104
with:
103105
command: assert(any(strcmp({ver().Name},'Image Processing Toolbox')))

0 commit comments

Comments
 (0)