Remove unnecessary indicator package

This commit is contained in:
Adrian Kumpf
2023-02-03 12:07:57 +01:00
parent 4a71032c40
commit 8eb2e0f001
3 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libgtksourceview-3.0-dev libayatana-appindicator3-dev
sudo apt-get install -y webkit2gtk-4.1
- name: Checking out sources
uses: actions/checkout@v3
- name: Running cargo build
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: |
sudo apt-get update
sudo apt-get install -y -qq webkit2gtk-4.1 libgtksourceview-3.0-dev libayatana-appindicator3-dev
sudo apt-get install -y -qq webkit2gtk-4.1
- uses: Swatinem/rust-cache@v2
- run: cargo test
@@ -39,6 +39,6 @@ jobs:
components: clippy
- run: |
sudo apt-get update
sudo apt-get install -y -qq webkit2gtk-4.1 libgtksourceview-3.0-dev libayatana-appindicator3-dev
sudo apt-get install -y -qq webkit2gtk-4.1
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings