Skip to content

Commit e5d9543

Browse files
committed
[CI] fix Matlab batch script path
1 parent f410cf4 commit e5d9543

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/matlab.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
with:
6767
files: alpaqa-matlab-${{ matrix.name }}.zip
6868

69+
- run: conan cache clean
70+
6971
build-windows:
7072
strategy:
7173
matrix:
@@ -95,7 +97,7 @@ jobs:
9597
- name: Build
9698
shell: cmd
9799
run: >
98-
call scripts\ci\build-matlab-windows.bat
100+
call .\scripts\ci\build-matlab-windows.bat
99101
"${{ steps.matlab.outputs.matlabroot }}" "${{ matrix.host }}" "." "staging"
100102
101103
- name: Package

0 commit comments

Comments
 (0)