We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d56c45 commit e2de938Copy full SHA for e2de938
2 files changed
.github/workflows/build_and_test_full.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - mbt-plugin
9
env:
10
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
11
jobs:
@@ -40,7 +41,7 @@ jobs:
40
41
- name: Install MATLAB
42
uses: matlab-actions/setup-matlab@v2
43
with:
- release: R2025a
44
+ release: latest-including-prerelease
45
products: MATLAB_Compiler MATLAB_Compiler_SDK
46
- name: Build OpenTelemetry-Matlab
47
working-directory: opentelemetry-matlab
.github/workflows/build_and_test_simple.yml
@@ -41,7 +41,7 @@ jobs:
- release: latest-including-prerelease
+ release: R2025a
0 commit comments