Skip to content

Commit ca97c74

Browse files
authored
Remove unnecessary packages from Linux CI
1 parent e0315db commit ca97c74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ jobs:
109109
sudo apt update \
110110
&& sudo apt upgrade \
111111
&& sudo apt install libxkbcommon-dev \
112-
&& sudo apt install libxcb-shape0 \
113112
&& sudo apt install libxcb-shape0-dev \
114-
&& sudo apt install libxcb-xfixes0 \
115113
&& sudo apt install libxcb-xfixes0-dev
116114
117115
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}

0 commit comments

Comments
 (0)