We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7775d0b commit ba35ab5Copy full SHA for ba35ab5
.github/workflows/CI.yml
@@ -37,6 +37,8 @@ jobs:
37
run: |
38
echo "Checking MATLAB installation directory"
39
ls /opt/hostedtoolcache/MATLAB/2024.2.999/x64
40
+ ls /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64
41
+ more /opt/hostedtoolcache/MATLAB/2024.2.999/x64/bin/glnxa64/run-matlab-command
42
- name: Run statements
43
uses: matlab-actions/run-command@v2
44
with:
0 commit comments