mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add Install SDL2 library
This commit is contained in:
parent
7875e9af96
commit
b013481ceb
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user