Skip to content

Commit 5e77d28

Browse files
committed
revert previous workaround that doesn't work
1 parent a68018a commit 5e77d28

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ 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
4543
steps:
4644
- name: Download OpenTelemetry-Matlab source
4745
uses: actions/checkout@v3

.github/workflows/publish_mltbx.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ 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
4341
steps:
4442
- name: Download OpenTelemetry-Matlab source
4543
uses: actions/checkout@v3

0 commit comments

Comments
 (0)