mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Add libsdl2-dev
This commit is contained in:
parent
8028861729
commit
7875e9af96
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -33,6 +33,10 @@ jobs:
|
|||||||
- name: Enable Linux platform from platformio_override.ini
|
- name: Enable Linux platform from platformio_override.ini
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini
|
sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini
|
||||||
|
- name: Install PlatformIO
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install libsdl2-dev
|
||||||
- name: List all files in current folder
|
- name: List all files in current folder
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user