re-add SDL2-devel to build
continuous-integration/drone/push Build is passing Details

pull/1/head
cosmonaut 2021-02-27 13:07:09 -08:00
parent 6b2f49dd22
commit 587f74bf34
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build
image: thatcosmonaut/moonworks-build
commands:
- dnf install -y git cmake
- dnf install -y git cmake SDL2-devel
- git submodule update --recursive --init
- cmake -E make_directory ./build
- cd ./build