Skip to content

Commit

Permalink
Fix PC Load Letter Error
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed May 20, 2024
1 parent bd1a202 commit 9fea9a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9fea9a7

Please sign in to comment.