From b269ad9363b3bb59ba326f5e3a8c560741db1c77 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 10 Apr 2024 19:07:21 +0100 Subject: [PATCH] no linux things on mac ffs --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2a01ca756f8..c37ba9be3cd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,6 +33,7 @@ jobs: key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} - name: Install dependencies + if: matrix.os == 'macos-14' run: sudo apt update && sudo apt install libgtk-3-dev - name: Run cargo build common @@ -99,6 +100,7 @@ jobs: toolchain: stable - name: Install dependencies + if: matrix.os == 'macos-14' run: sudo apt update && sudo apt install libgtk-3-dev - uses: taiki-e/install-action@v2 @@ -132,6 +134,7 @@ jobs: toolchain: stable - name: Install dependencies + if: matrix.os == 'macos-14' run: sudo apt update && sudo apt install libgtk-3-dev - uses: actions/cache@v3 @@ -209,6 +212,7 @@ jobs: components: clippy - name: Install dependencies + if: matrix.os == 'macos-14' run: sudo apt update && sudo apt install libgtk-3-dev - uses: actions/cache@v3