From cd203e82227605a05ed76f0eaeff8610003582c2 Mon Sep 17 00:00:00 2001 From: Kenzi Connor Date: Tue, 16 Jul 2024 00:28:32 -0700 Subject: [PATCH] sdl2 gfx and image --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 26c3939..a2d59da 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v2 - name: install_dependencies - run: sudo apt-get install libsdl2 + run: sudo apt-get install libsdl2-dev libsdl2-gfx-dev sdl2_image - name: Install stable toolchain uses: actions-rs/toolchain@v1