|
@@ -14,6 +14,7 @@ jobs:
|
|
toolchain: stable
|
|
toolchain: stable
|
|
override: true
|
|
override: true
|
|
- uses: Swatinem/rust-cache@v1
|
|
- uses: Swatinem/rust-cache@v1
|
|
|
|
+ - run: apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev libappindicator3-dev
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: check
|
|
command: check
|
|
@@ -29,6 +30,7 @@ jobs:
|
|
toolchain: stable
|
|
toolchain: stable
|
|
override: true
|
|
override: true
|
|
- uses: Swatinem/rust-cache@v1
|
|
- uses: Swatinem/rust-cache@v1
|
|
|
|
+ - run: apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev libappindicator3-dev
|
|
- uses: actions-rs/cargo@v1
|
|
- uses: actions-rs/cargo@v1
|
|
with:
|
|
with:
|
|
command: test
|
|
command: test
|
|
@@ -67,3 +69,5 @@ jobs:
|
|
# with:
|
|
# with:
|
|
# command: clippy
|
|
# command: clippy
|
|
# args: -- -D warnings
|
|
# args: -- -D warnings
|
|
|
|
+#
|
|
|
|
+# sudo apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev libappindicator3-dev
|