Skip to content

Commit

Permalink
Resolve OpenSSL dependency in workflow #2
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa authored Apr 10, 2022
1 parent 162df02 commit fb8233c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-all-merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
mkdir "3rd/bass"
mkdir "3rd/discord-rpc"
- name: Fetch OpenSSL (user)
shell: bash
working-directory: ${{env.parentworkspace}}
run: |
curl -L https://cdn.discordapp.com/attachments/457180869229019159/962746488616792145/openssl-1.1.1n.zip -o openssl.zip
unzip openssl.zip
- name: Fetch Discord external library
shell: bash
working-directory: ${{env.parentworkspace}}
Expand Down Expand Up @@ -148,6 +155,8 @@ jobs:
shell: bash
run: |
windeployqt.exe --quick --compiler-runtime .
cp ../libssl-1_1.dll .
cp ../libcryptor-1_1.dll .
cp ../discord-rpc/win32-dynamic/bin/discord-rpc.dll .
cp ../bass.dll .
cp ../bassopus.dll .
Expand Down

0 comments on commit fb8233c

Please sign in to comment.