diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0d41d68ca65..327abf86024 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} - name: Install dependencies - if: matrix.os != 'macos-14' + if: matrix.os != 'macos-14' && matrix.os != 'windows-latest' run: sudo apt update && sudo apt install libgtk-3-dev - name: Run cargo build common @@ -100,7 +100,7 @@ jobs: toolchain: stable - name: Install dependencies - if: matrix.os != 'macos-14' + if: matrix.os != 'macos-14' && matrix.os != 'windows-latest' run: sudo apt update && sudo apt install libgtk-3-dev - uses: taiki-e/install-action@v2 @@ -134,7 +134,7 @@ jobs: toolchain: stable - name: Install dependencies - if: matrix.os != 'macos-14' + if: matrix.os != 'macos-14' && matrix.os != 'windows-latest' run: sudo apt update && sudo apt install libgtk-3-dev - uses: actions/cache@v3 @@ -212,7 +212,7 @@ jobs: components: clippy - name: Install dependencies - if: matrix.os != 'macos-14' + if: matrix.os != 'macos-14' && matrix.os != 'windows-latest' run: sudo apt update && sudo apt install libgtk-3-dev - uses: actions/cache@v3