2929 - name : Install ninja-build
3030 run : sudo apt-get update && sudo apt-get install ninja-build
3131 - name : Install MATLAB
32- uses : matlab-actions/setup-matlab@v1
32+ uses : matlab-actions/setup-matlab@v2
3333 with :
3434 release : R2024a
3535 - name : Build MATLAB Interface
6666 - name : Install ninja-build
6767 run : brew install ninja
6868 - name : Install MATLAB
69- uses : matlab-actions/setup-matlab@v1
69+ uses : matlab-actions/setup-matlab@v2
7070 with :
7171 release : R2024a
7272 - name : Build MATLAB Interface
@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 {{ macros.github_checkout_arrow()|indent }}
103103 - name : Install MATLAB
104- uses : matlab-actions/setup-matlab@v1
104+ uses : matlab-actions/setup-matlab@v2
105105 with :
106106 release : R2024a
107107 - name : Install sccache
@@ -147,7 +147,7 @@ jobs:
147147 cp arrow/LICENSE.txt arrow/matlab/install/arrow_matlab/LICENSE.txt
148148 cp arrow/NOTICE.txt arrow/matlab/install/arrow_matlab/NOTICE.txt
149149 - name : Install MATLAB
150- uses : matlab-actions/setup-matlab@v1
150+ uses : matlab-actions/setup-matlab@v2
151151 with :
152152 release : R2024a
153153 - name : Run commands
@@ -156,7 +156,7 @@ jobs:
156156 ARROW_MATLAB_TOOLBOX_FOLDER : arrow/matlab/install/arrow_matlab
157157 ARROW_MATLAB_TOOLBOX_OUTPUT_FOLDER : artifacts/matlab-dist
158158 ARROW_MATLAB_TOOLBOX_VERSION : {{ arrow.no_rc_version }}
159- uses : matlab-actions/run-command@v1
159+ uses : matlab-actions/run-command@v2
160160 with :
161161 command : packageMatlabInterface
162162 {{ macros.github_upload_releases(["artifacts/matlab-dist/*.mltbx"])|indent }}
0 commit comments