Skip to content

Commit

Permalink
remove unnecessary dependences from CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Mar 30, 2024
1 parent 119fc25 commit 55d2c0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
RUSTDOCFLAGS: -D warnings
steps:
- uses: actions/checkout@v4
- name: Install XCB and GL dependencies
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev libxcursor-dev
- name: Install rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 55d2c0f

Please sign in to comment.