Skip to content

Commit 79fc075

Browse files
committed
Revert "Disable static linking in GHA because of #169"
This reverts commit 274aeaa.
1 parent 6624a0a commit 79fc075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
fail-fast: false
172172
matrix:
173173
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
174-
shared: [ ON ] # https://github.com/boostorg/stacktrace/issues/169
174+
shared: [ OFF, ON ]
175175

176176
runs-on: ${{matrix.os}}
177177

@@ -215,7 +215,7 @@ jobs:
215215
fail-fast: false
216216
matrix:
217217
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
218-
shared: [ ON ] # https://github.com/boostorg/stacktrace/issues/169
218+
shared: [ OFF, ON ]
219219

220220
runs-on: ${{matrix.os}}
221221

@@ -275,7 +275,7 @@ jobs:
275275
fail-fast: false
276276
matrix:
277277
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
278-
shared: [ ON ] # https://github.com/boostorg/stacktrace/issues/169
278+
shared: [ OFF, ON ]
279279

280280
runs-on: ${{matrix.os}}
281281

@@ -443,7 +443,7 @@ jobs:
443443
fail-fast: false
444444
matrix:
445445
os: [ windows-2019, windows-2022 ]
446-
shared: [ ON ] # https://github.com/boostorg/stacktrace/issues/169
446+
shared: [ OFF, ON ]
447447

448448
runs-on: ${{matrix.os}}
449449

0 commit comments

Comments
 (0)