Skip to content

Commit

Permalink
More macOS exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent a3a79a8 commit 6e4608e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -10,8 +10,10 @@ jobs:
matrix:
os: [ macos-11, macos-12 ]
steps:
- run: ls /usr/local/Cellar/
- run: ls /usr/local/opt/
- run: ls -l /usr/local/opt/
- run: ls /usr/local/opt/openssl
- run: ls /usr/local/opt/openssl@1.1
- run: ls /usr/local/opt/openssl@3
- run: brew list
- run: brew list --cask
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6e4608e

Please sign in to comment.