Skip to content

Commit

Permalink
update octave install for ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 9, 2025
1 parent c411e51 commit 1a3b0cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y -qq update
sudo apt-get -y install octave liboctave-dev
sudo apt-get -y install octave octave-dev
- name: Info
run: octave --version
- name: Install Deno
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
sudo apt-get -y -qq update
sudo apt-get -y install \
octave \
liboctave-dev\
octave-dev\
octave-common \
octave-io \
octave-image \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
sudo apt-get -y -qq update
sudo apt-get -y install \
octave \
liboctave-dev\
octave-dev\
octave-common \
octave-io \
octave-image \
Expand Down

0 comments on commit 1a3b0cc

Please sign in to comment.