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 08808f2 commit 936d897Copy full SHA for 936d897
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
if: runner.os == 'Linux'
77
shell: bash
78
run: |
79
- sudo apt install -y -qq octave liboctave-dev
+ sudo apt install -y -qq -o=Dpkg::Progress-Fancy="0" octave liboctave-dev
80
- name: build Octave mex-file (Windows)
81
if: runner.os == 'Windows'
82
shell: cmd
@@ -98,10 +98,7 @@ jobs:
98
cd OctaveMex
99
octave --version
100
octave --eval "mkoctfile --mex octavelibczi.c"
101
- #cp build/MEXlibCZI/Release/libmexlibczi.so .
102
- pwd
103
- #ls ${GITHUB_WORKSPACE}/libmexlibczi
104
- ls ../build/libmexlibczi
+ cp ../build/libmexlibczi/libmexlibczi.so .
105
- name: Prepare MATLAB-mex artifact (Windows)
106
id: prepare_windows_matlab_artifact
107
0 commit comments