Skip to content

Commit

Permalink
rm platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 8, 2024
1 parent d875ae5 commit 6867d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Install SPM
run: |
git clone https://github.com/spm/spm12.git --depth 1
make -C spm12/src PLATFORM=matlab distclean
make -C spm12/src PLATFORM=matlab
make -C spm12/src PLATFORM=matlab install
make -C spm12/src distclean
make -C spm12/src
make -C spm12/src install
- name: Install Moxunit and MOcov
run: |
Expand Down

0 comments on commit 6867d3b

Please sign in to comment.