Skip to content

Commit

Permalink
ci: disables windows and macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmbomfim committed Mar 29, 2024
1 parent 39a057a commit 7af9e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
Expand Down

0 comments on commit 7af9e7e

Please sign in to comment.