diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e7a699e..e44c776 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -80,7 +80,7 @@ jobs: with: key: ${{ matrix.os }} - if: ${{ matrix.os == 'ubuntu-latest' }} - run: sudo apt-get update && sudo apt-get install -y build-essential gcc libxcb-composite0-dev libgtk-3-dev librust-atk-dev + run: sudo apt-get update && sudo apt-get install -y gcc libxcb-composite0-dev libgtk-3-dev - if: ${{ matrix.os == 'windows-latest' }} run: reg import tests/ludusavi.reg - if: ${{ matrix.os == 'windows-latest' }} @@ -106,5 +106,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }} + - if: ${{ matrix.os == 'ubuntu-latest' }} + run: sudo apt-get update && sudo apt-get install -y gcc libxcb-composite0-dev libgtk-3-dev - run: cargo fmt --all -- --check - run: cargo clippy --workspace -- --deny warnings