mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 07:45:26 +00:00
fix dependencies for test run (add curl, fix ssl)
This commit is contained in:
parent
a63359479e
commit
340933bbb3
4
.github/workflows/cmake-linux.yml
vendored
4
.github/workflows/cmake-linux.yml
vendored
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user