Add Install SDL2 library

This commit is contained in:
fvanroie 2021-03-05 20:29:04 +01:00
parent 7875e9af96
commit b013481ceb

View File

@ -33,10 +33,10 @@ jobs:
- name: Enable Linux platform from platformio_override.ini
run: |
sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini
- name: Install PlatformIO
- name: Install SDL2 library
run: |
apt update
apt install libsdl2-dev
sudo apt-get update
sudo apt-get install libsdl2-dev
- name: List all files in current folder
run: |
ls -la