mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-25 18:44:53 +03:00
remove unneded linux build deps
This commit is contained in:
parent
e5c38e8d4a
commit
08f6735d99
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
@ -27,11 +27,6 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
components: clippy
|
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
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -62,10 +62,6 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
target: x86_64-unknown-linux-musl
|
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
|
- name: Setup MUSL
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -qq install musl-tools
|
sudo apt-get -qq install musl-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user