fix dependencies for test run (add curl, fix ssl)

This commit is contained in:
Lion Kortlepel 2022-10-22 21:01:44 +02:00
parent a63359479e
commit 340933bbb3
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -56,7 +56,7 @@ jobs:
run-tests:
needs: linux-build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/download-artifact@master
@ -68,7 +68,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y liblua5.3 openssl libssl
sudo apt-get install -y liblua5.3-0 libssl3 curl
- name: Test
working-directory: ${{github.workspace}}