🐛 update
This commit is contained in:
@@ -38,11 +38,9 @@ jobs:
|
|||||||
tool: cargo-hack,nextest
|
tool: cargo-hack,nextest
|
||||||
- name: Install dependencies for Ubuntu
|
- name: Install dependencies for Ubuntu
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
uses: awalsh128/cache-apt-pkgs-action@v1.2.0
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: >
|
packages: libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
|
||||||
libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev
|
|
||||||
libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
|
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- name: Run unit & integration tests with nextest
|
- name: Run unit & integration tests with nextest
|
||||||
run: cargo hack --feature-powerset nextest run
|
run: cargo hack --feature-powerset nextest run
|
||||||
|
|||||||
Reference in New Issue
Block a user