From 9fea9a72b9c6aa6dc7d5e9b48732244aa000cad2 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Mon, 20 May 2024 09:04:07 +0200 Subject: [PATCH] Fix PC Load Letter Error --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc167c170..14eba1cd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> /Users/runner/.bash_profile source ~/.bash_profile brew info openssl - ls /opt/homebrew/Cellar/openssl@3 + ls /opt/homebrew/Cellar/openssl@3/3.3.0 + ls /usr/local/opt - name: Checkout uses: actions/checkout@v3 - name: "Build & Test"