🐛 update

This commit is contained in:
Tw93
2023-01-07 21:14:36 +08:00
parent ac172c87b5
commit b16695bfe5

View File

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