Skip to content

Commit

Permalink
Fix broken openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed May 6, 2024
1 parent b6b1be0 commit 6590071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
steps:
# This action checks-out the repository under $GITHUB_WORKSPACE, so the workflow can access it.
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install prerequisites
run: |
set -x
brew install pkg-config check gengetopt help2man opensc
brew reinstall openssl
brew install check gengetopt help2man opensc zlib
brew reinstall openssl@3
- name: Build and install
run: |
set -x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Install prerequisites
run: |
set -x
brew install pkg-config check gengetopt help2man openssl zlib
brew reinstall openssl
brew install check gengetopt help2man opensc zlib
brew reinstall openssl@3
- name: Build MacOS binaries
env:
Expand Down

0 comments on commit 6590071

Please sign in to comment.