mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 10:16:02 +01:00
[CI] Fix for sdl (#6892)
This commit is contained in:
parent
b401b5eca8
commit
2044c7e4d4
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -454,7 +454,7 @@ jobs:
|
||||
matrix:
|
||||
file: ${{ fromJson(needs.list-components.outputs.components) }}
|
||||
steps:
|
||||
- name: Install libsodium
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install libsodium-dev libsdl2-dev
|
||||
|
||||
- name: Check out code from GitHub
|
||||
@ -508,8 +508,8 @@ jobs:
|
||||
- name: List components
|
||||
run: echo ${{ matrix.components }}
|
||||
|
||||
- name: Install libsodium
|
||||
run: sudo apt-get install libsodium-dev
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install libsodium-dev libsdl2-dev
|
||||
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v4.1.6
|
||||
|
Loading…
Reference in New Issue
Block a user