Skip to content

Commit

Permalink
Cache packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Sep 3, 2024
1 parent 06f44b5 commit 9d63a1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y doxygen graphviz
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: doxygen graphviz
version: 1.0

- name: Generate documentation
run: |
Expand Down

0 comments on commit 9d63a1c

Please sign in to comment.