Add SDL2 dev lib to Linux CI
This commit is contained in:
parent
eb32b03de3
commit
d27db2b71c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Update package list
|
- name: Update package list
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: Install Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
run: sudo apt install -f vulkan-sdk
|
run: sudo apt install -f vulkan-sdk libsdl2-dev
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Reference in a new issue