Add missing dependencies to CI script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kayomn 2023-02-20 02:39:21 +01:00
parent a5bacf4b14
commit a55fa41934

View File

@ -5,5 +5,5 @@ steps:
- name: build & test
image: ubuntu:jammy
commands:
- apt update && apt install -y clang python3.10
- apt update && apt install -y clang libsdl2-dev python3.10
- python3.10 ./build.py