Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeO86 authored Feb 6, 2022
1 parent e8fff1e commit 9f4abe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
with:
version: "5.15.2"
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install Opencore
run: brew install opencore-amr
- name: Install Opencore & OpenSSL
run: brew install opencore-amr [email protected]

- name: Check out repository code
uses: actions/checkout@v2
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
submodules: 'recursive'

- name: get openssl
run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1l-dev.zip" -OutFile ".\openssl.zip"
run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1l.zip" -OutFile ".\openssl.zip"
shell: powershell
- name: expand openssl
run: |
Expand Down

0 comments on commit 9f4abe9

Please sign in to comment.