]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ensure Homebrew installed OpenSSL is used
authorNick Porter <nick@portercomputing.co.uk>
Wed, 7 May 2025 07:22:21 +0000 (08:22 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 7 May 2025 14:04:58 +0000 (15:04 +0100)
.github/workflows/ci-macos.yml

index 859abb7c109162a7aa95de5d0664c3b342bad4f2..e931d5f65424cbf364064f0d025596032daba39a 100644 (file)
@@ -128,6 +128,13 @@ jobs:
       run: |
         echo "PATH=`brew --prefix python@3.10`/bin/:$PATH" >> $GITHUB_ENV
 
+    #
+    #  Ensure Homebrew installed OpenSSL is used
+    #
+    - name: Set path for OpenSSL
+      run: |
+        echo "PATH=`brew --prefix openssl`/bin/:$PATH" >> $GITHUB_ENV
+
     #
     #  Build using some alternative libraries
     #