Skip to content

Commit 5972ac2

Browse files
committed
fixup! Make darwin frameworks build for quictls and openssl
1 parent c35c672 commit 5972ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-darwin-framework.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ permissions: read-all
2121

2222
jobs:
2323
build-all-frameworks:
24-
strategy:
25-
matrix:
26-
tls: ["quictls", "openssl"]
24+
strategy:
25+
matrix:
26+
tls: ["quictls", "openssl"]
2727
name: Build All Darwin Frameworks (Release)
2828
uses: ./.github/workflows/build-reuse-darwin-framework.yml
2929
with:

0 commit comments

Comments
 (0)