Skip to content

Commit

Permalink
[ci] install the missing octave-image package
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 18, 2024
1 parent d86fee7 commit 047bf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: 'recursive'
- name: Install dependencies
run: |
[[ "$RUNNER_OS" == "Linux" ]] && sudo apt-get update && sudo apt-get install -y octave cmake libcgal-dev libsuperlu-dev libsuitesparse-dev libgmp-dev libtbb-dev
[[ "$RUNNER_OS" == "Linux" ]] && sudo apt-get update && sudo apt-get install -y octave cmake libcgal-dev libsuperlu-dev libsuitesparse-dev libgmp-dev libtbb-dev octave-image
if [[ "$RUNNER_OS" == "macOS" ]]; then
brew install octave
fi
Expand Down

0 comments on commit 047bf11

Please sign in to comment.