mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 01:57:16 +00:00
Merge master to dev. (#42)
* Fix issues #36, #37, and minor refactors. (#40) (#41) * Bump license year. * Fix pre-existing dep bug in issue #36. * Account for packages without deps. * Fix bug in issue #37 by combining install and dep listing reads. Ensures only installed deps are cached. * Fix bad log lines. * Use apt-fast to show package information and remove CLI warning message. * Switch to apt-cache for package verification and remove CLI warning message. * Update README.md to use latest release in examples.
This commit is contained in:
parent
c78e2b67c2
commit
0d55a47330
|
@ -45,7 +45,7 @@ jobs:
|
|||
name: Build Doxygen documentation and deploy
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
||||
version: 1.0
|
||||
|
@ -68,11 +68,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
||||
version: 1.0
|
||||
refresh: true # Force refresh / upgrade v1.0 cache.
|
||||
```
|
||||
|
||||
## Cache Limits
|
||||
|
|
Loading…
Reference in a new issue