Skip to content

Commit

Permalink
Remove unnecessary dependency installs from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Jul 23, 2024
1 parent 6934f2a commit d9829cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
rustup update ${{ matrix.toolchain }}
rustup default ${{ matrix.toolchain }}
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit d9829cb

Please sign in to comment.