Skip to content

Commit

Permalink
Further debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Oct 7, 2024
1 parent bb2d4e7 commit e0200a7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Check dependencies
run: |
echo INFO: OpenSSL 6.5
/home/linuxbrew/.linuxbrew/bin/brew install openssl@3.0
echo INFO: OpenSSL 1
ls -l /home/linuxbrew
echo INFO: OpenSSL 2
Expand All @@ -34,13 +36,8 @@ jobs:
echo INFO: OpenSSL 5
ls -l /home/linuxbrew/.linuxbrew/Cellar
echo INFO: OpenSSL 6
/home/linuxbrew/.linuxbrew/bin/brew search openssl
echo INFO: OpenSSL 6.5
/home/linuxbrew/.linuxbrew/bin/brew search libssl
ls -l /home/linuxbrew/.linuxbrew/lib
echo INFO: OpenSSL 7
apt list --installed
echo INFO: OpenSSL 8
apt search libssl
exit 1
- name: Checkout code
Expand Down

0 comments on commit e0200a7

Please sign in to comment.