From 0b6cb7ecda1dc231ab858cbb5d4c90fbc15a8c97 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Fri, 5 Jan 2024 14:01:26 +0000 Subject: [PATCH] Install OpenSSL on macOS build runner --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 947a6817..480fe8b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 - name: Install tools and dependencies - run: brew install libtool autoconf automake pkg-config bison re2c + run: brew install libtool autoconf automake pkg-config bison re2c openssl - name: Prepare compile.sh download cache id: download-cache