Skip to content

Commit

Permalink
osx: switch to openssl 3 to create example certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 4, 2023
1 parent 55f5c17 commit 11f7873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
- run: |
echo "Building ${{ env.DIST }}.pkg"
brew install help2man
brew install openssl
export PATH="/usr/local/opt/openssl@3/bin:$PATH"
make osx
mv snclient*.pkg ${{ env.DIST }}.pkg
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 11f7873

Please sign in to comment.