Skip to content

Commit a68018a

Browse files
committed
workaround GitHub runner image issue
1 parent 39662f8 commit a68018a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
runs-on: windows-latest
4141
env:
4242
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
43+
# Workaround for GitHub runner issue (runner version 2.317.0, image version 20240603.1.0)
44+
DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR: true
4345
steps:
4446
- name: Download OpenTelemetry-Matlab source
4547
uses: actions/checkout@v3

.github/workflows/publish_mltbx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
runs-on: windows-latest
3939
env:
4040
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
41+
# Workaround for GitHub runner issue (runner version 2.317.0, image version 20240603.1.0)
42+
DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR: true
4143
steps:
4244
- name: Download OpenTelemetry-Matlab source
4345
uses: actions/checkout@v3

0 commit comments

Comments
 (0)