Add missing dependencies to CI script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kayomn 2023-02-20 02:39:21 +01:00
parent a5bacf4b14
commit a55fa41934
1 changed files with 1 additions and 1 deletions

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