mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
remove unneded linux build deps
This commit is contained in:
parent
e5c38e8d4a
commit
08f6735d99
2 changed files with 0 additions and 9 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -27,11 +27,6 @@ jobs:
|
|||
profile: minimal
|
||||
components: clippy
|
||||
|
||||
- name: Install dependencies for clipboard access
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
- name: Run tests
|
||||
|
|
|
|||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -62,10 +62,6 @@ jobs:
|
|||
profile: minimal
|
||||
target: x86_64-unknown-linux-musl
|
||||
|
||||
- name: Install dependencies for clipboard access
|
||||
run: |
|
||||
sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
|
||||
- name: Setup MUSL
|
||||
run: |
|
||||
sudo apt-get -qq install musl-tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue