Skip to content

Commit

Permalink
I forgot we build for windows too... end of day
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Apr 10, 2024
1 parent 9d5e475 commit b84379a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b84379a

Please sign in to comment.