Skip to content

Commit 0a92fd0

Browse files
committed
[MAINT] fix octave dev install on ubuntu 24.04
1 parent ba0ef54 commit 0a92fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt-get -y -qq update
25-
sudo apt-get -y install octave liboctave-dev
25+
sudo apt-get -y install octave octave-dev
2626
2727
- name: Clone spm_2_bids
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)