Skip to content

Commit

Permalink
no linux things on mac ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Apr 10, 2024
1 parent 336c88c commit b269ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b269ad9

Please sign in to comment.