CI: install python

master
Martin Gerhardy 2021-11-14 20:00:04 +01:00
parent 450532f5c7
commit eb851116c9
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- name: Setup
run: brew install mosquitto libuv sdl2 libpq sdl2_mixer
run: brew install mosquitto libuv sdl2 libpq sdl2_mixer python
- name: Build
run: |
@ -57,7 +57,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-12 libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-12 libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev python3
- name: Ubuntu
run: |
@ -103,7 +103,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev postgresql-server-dev-12 libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build
sudo apt-get install libsdl2-dev postgresql-server-dev-12 libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3
- name: Linux
run: |