mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-08 10:08:26 -06:00
Add SDL2 development package install for Linux runner
This commit is contained in:
3
.github/workflows/linux.yaml
vendored
3
.github/workflows/linux.yaml
vendored
@@ -13,6 +13,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install SDL2 Packages
|
||||||
|
run: apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-gfx-dev
|
||||||
|
|
||||||
- name: Setup Rust Toolchain (Linux)
|
- name: Setup Rust Toolchain (Linux)
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user