Skip to content

Commit

Permalink
Change win to use latest v3 OpenSSL and added debug to locate better …
Browse files Browse the repository at this point in the history
…OpenSSL on linux
  • Loading branch information
Steven Phillips committed Oct 7, 2024
1 parent 8c70576 commit 2314b01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,20 @@ jobs:
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

steps:
- name: Checkout code
- name: Check dependencies
uses: actions/checkout@v4
run: |
echo INFO: OpenSSL 1
ls -l /lib/x86_64-linux-gnu/
echo INFO: OpenSSL 2
ls -l /home/
echo INFO: OpenSSL 3
ls -l /usr/
echo INFO: OpenSSL 4
ls -l /include/
- name: Checkout code
uses: actions/checkout@v9
with:
ref: ${{ inputs.refToBuild }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: pwsh
run: |
cd .\microemacs\3rdparty
Invoke-WebRequest https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-3.0.14.zip -OutFile openssl.zip
Invoke-WebRequest https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-3.0.15.zip -OutFile openssl.zip
Expand-Archive -Path .\openssl.zip -DestinationPath .
dir .
Expand Down

0 comments on commit 2314b01

Please sign in to comment.