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