Skip to content

Commit

Permalink
apt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbo committed May 11, 2024
1 parent 6b2e741 commit 0df9b7b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/call-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
with:
fetch-depth: 0

- name: linux install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libwebkit2gtk-4.0-dev build-essential curl wget libglib2.0-dev libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libappindicator-dev libgdk3.0-cil libatk1.0-dev
version: rust-ci
execute_install_scripts: true

- name: restore rust cache
uses: actions/cache/restore@v4
id: cache-restore-cargo
Expand Down Expand Up @@ -70,6 +77,13 @@ jobs:
with:
fetch-depth: 0

- name: linux install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libwebkit2gtk-4.0-dev build-essential curl wget libglib2.0-dev libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libappindicator-dev libgdk3.0-cil libatk1.0-dev
version: rust-ci
execute_install_scripts: true

- name: restore rust cache
uses: actions/cache/restore@v4
id: cache-restore-cargo
Expand Down Expand Up @@ -126,6 +140,13 @@ jobs:
with:
fetch-depth: 0

- name: linux install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libwebkit2gtk-4.0-dev build-essential curl wget libglib2.0-dev libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev libappindicator-dev libgdk3.0-cil libatk1.0-dev
version: rust-ci
execute_install_scripts: true

- name: restore rust cache
uses: actions/cache/restore@v4
id: cache-restore-cargo
Expand Down

0 comments on commit 0df9b7b

Please sign in to comment.