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

View File

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