We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0c10 commit 3f5ef4eCopy full SHA for 3f5ef4e
.github/workflows/release.yml
@@ -33,6 +33,14 @@ jobs:
33
- name: Enable ESP platforms from platformio_override-template.ini
34
run: |
35
sed 's/; user_setups\/esp/user_setups\/esp/g' platformio_override-template.ini > platformio_override.ini
36
+ - name: Enable Linux platform from platformio_override.ini
37
+ run: |
38
+ sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini
39
+ mkdir -p .pio/libdeps/linux_sdl_64bits/paho/src
40
+ - name: Install SDL2 library
41
42
+ sudo apt-get update
43
+ sudo apt-get install libsdl2-dev
44
- name: List all files in current folder
45
46
ls -la
0 commit comments