From 61efc9b10ee050265ea9ad944e476a84840183e5 Mon Sep 17 00:00:00 2001 From: Kenzi Connor Date: Tue, 16 Jul 2024 00:29:22 -0700 Subject: [PATCH] fix --- .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 a2d59da..7e3c0ce 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-dev libsdl2-gfx-dev sdl2_image + run: sudo apt-get install libsdl2-dev libsdl2-gfx-dev sdl2-image-dev - name: Install stable toolchain uses: actions-rs/toolchain@v1