Skip to content

Commit

Permalink
CI: Exclude plitki-ui-wayland
Browse files Browse the repository at this point in the history
One of its outdated transitive dependencies fails to build on beta:
rust-lang/rust#98750
  • Loading branch information
YaLTeR committed Jul 1, 2022
1 parent a1fe12d commit fed3983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome
args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland

- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome
args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland

clippy:
strategy:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --exclude plitki-gtk --exclude plitki-gnome
args: --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland

rustfmt:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fed3983

Please sign in to comment.