Skip to content

Commit

Permalink
actions/build-osx-clang: build with OpenSSL 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martelletto authored and LDVG committed Jun 13, 2023
1 parent 7762579 commit 7335e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .actions/build-osx-clang
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# license that can be found in the LICENSE file.
# SPDX-License-Identifier: BSD-2-Clause

export PKG_CONFIG_PATH="$(brew --prefix openssl@1.1)/lib/pkgconfig"
export PKG_CONFIG_PATH="$(brew --prefix openssl@3.0)/lib/pkgconfig"
SCAN="$(brew --prefix llvm)/bin/scan-build"

# Build, analyze, and install libfido2.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: dependencies
run: brew install libcbor llvm mandoc pkg-config zlib
run: brew install libcbor llvm mandoc [email protected] pkg-config zlib
- name: build
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 7335e04

Please sign in to comment.