From a12016ee434414c3f39c2cd78248b96020aafe18 Mon Sep 17 00:00:00 2001 From: Kenzi Connor Date: Tue, 16 Jul 2024 00:24:47 -0700 Subject: [PATCH] maybe --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 8c7ece9..26c3939 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -29,9 +29,9 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v2 - + - name: install_dependencies - run: sudo apt-get install libsdl2-dev + run: sudo apt-get install libsdl2 - name: Install stable toolchain uses: actions-rs/toolchain@v1