fix linux tests run not installing openssl properly

This commit is contained in:
Lion Kortlepel 2022-10-17 12:10:52 +02:00
parent c6c2efb0b1
commit ad860835ca
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -68,7 +68,7 @@ jobs:
shell: bash shell: bash
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y liblua5.3 openssl sudo apt-get install -y liblua5.3 libcurl4-openssl libssl
- name: Test - name: Test
working-directory: ${{github.workspace}} working-directory: ${{github.workspace}}