1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[display] SDL2 display driver for host platform (#6825)

This commit is contained in:
Clyde Stubbs
2024-06-12 11:42:01 +10:00
committed by GitHub
parent e2c1af199c
commit bc408ad08c
10 changed files with 286 additions and 1 deletions

View File

@@ -455,7 +455,7 @@ jobs:
file: ${{ fromJson(needs.list-components.outputs.components) }}
steps:
- name: Install libsodium
run: sudo apt-get install libsodium-dev
run: sudo apt-get install libsodium-dev libsdl2-dev
- name: Check out code from GitHub
uses: actions/checkout@v4.1.6