Skip to content

Commit

Permalink
cache dpkgs in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gulbanana committed Mar 23, 2024
1 parent 71f02de commit 22a1d8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
RUST_BACKTRACE: "1"
steps:
- uses: actions/checkout@v4

- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
version: 1.0

- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
with:
workspaces: "src-tauri"

- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: run tests
run: cd src-tauri && cargo test

0 comments on commit 22a1d8e

Please sign in to comment.