Skip to content

Commit fed3983

Browse files
committed
CI: Exclude plitki-ui-wayland
One of its outdated transitive dependencies fails to build on beta: rust-lang/rust#98750
1 parent a1fe12d commit fed3983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
uses: actions-rs/cargo@v1
4949
with:
5050
command: build
51-
args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome
51+
args: ${{ matrix.release-flag }} --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland
5252

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

5959
clippy:
6060
strategy:
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions-rs/clippy-check@v1
8686
with:
8787
token: ${{ secrets.GITHUB_TOKEN }}
88-
args: --workspace --exclude plitki-gtk --exclude plitki-gnome
88+
args: --workspace --exclude plitki-gtk --exclude plitki-gnome --exclude plitki-ui-wayland
8989

9090
rustfmt:
9191
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)