Skip to content

Commit

Permalink
Fix MATLAB build on Ubuntu (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
externl authored Feb 23, 2024
1 parent ad086a3 commit bf991f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:

- name: Set MATLAB_HOME
run: |
echo "MATLAB_HOME=/usr/local/MATLAB/R2023b/bin" >> $GITHUB_ENV
echo "MATLAB_HOME=/opt/hostedtoolcache/MATLAB/2023.2.999/x64" >> $GITHUB_ENV
shell: bash
if: matrix.language == 'matlab' && runner.os == 'Linux'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
language: python
- os: ubuntu-latest
language: js
- os: ubuntu-latest
language: matlab

- os: windows-latest
language: python
Expand Down
2 changes: 0 additions & 2 deletions matlab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ clean::
rm -rf $(lang_srcdir)/toolbox/toolbox.prj
rm -rf $(lang_srcdir)/toolbox/info.xml

all:: $(icetoolbox_file)

toolbox:: $(icetoolbox_file)

endif
Expand Down

0 comments on commit bf991f4

Please sign in to comment.