Skip to content

Commit

Permalink
[MAINT] fix octave dev install on 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 ba0ef54 commit 0a92fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_octave.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: Clone spm_2_bids
uses: actions/checkout@v4
Expand Down

0 comments on commit 0a92fd0

Please sign in to comment.