Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 18, 2024
1 parent bde77b3 commit 05c42e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: |
sudo apt install -y -q octave liboctave-dev
sudo apt install -y -qq octave liboctave-dev
- name: build Octave mex-file (Windows)
if: runner.os == 'Windows'
shell: cmd
Expand All @@ -100,7 +100,7 @@ jobs:
octave --eval "mkoctfile --mex octavelibczi.c"
#cp build/MEXlibCZI/Release/libmexlibczi.so .
pwd
ls ../build/MEXlibCZI/libmexlibczi
ls $(cygpath "${GITHUB_WORKSPACE}")/libmexlibczi
- name: Prepare MATLAB-mex artifact (Windows)
id: prepare_windows_matlab_artifact
if: runner.os == 'Windows'
Expand Down

0 comments on commit 05c42e3

Please sign in to comment.