We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4310f commit 540107bCopy full SHA for 540107b
.github/workflows/server-otel.yml
@@ -22,7 +22,8 @@ jobs:
22
with:
23
cmake_target: launchdarkly-cpp-server-otel
24
install_curl: true
25
- simulate_release: true
+ # We don't produce release artifacts.
26
+ simulate_release: false
27
build-otel-mac:
28
runs-on: macos-13
29
steps:
@@ -32,7 +33,8 @@ jobs:
32
33
34
platform_version: 12
35
36
37
38
build-test-otel-windows:
39
runs-on: windows-2022
40
@@ -48,4 +50,5 @@ jobs:
48
50
platform_version: 2022
49
51
toolset: msvc
52
- simulate_windows_release: true
53
54
+ simulate_windows_release: false
0 commit comments