mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Test to staging
This commit is contained in:
parent
b07ee5cce8
commit
f395e7cbbb
|
@ -6,7 +6,7 @@
|
||||||
This action allows caching of Advanced Package Tool (APT) package dependencies to improve workflow execution time.
|
This action allows caching of Advanced Package Tool (APT) package dependencies to improve workflow execution time.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
Test
|
||||||
This action is a composition of [actions/cache](https://github.com/actions/cache/README.md) and the `apt` utility. Some actions require additional APT based packages to be installed in order for other steps to be executed. Packages can be installed when ran but can consume much of the execution workflow time.
|
This action is a composition of [actions/cache](https://github.com/actions/cache/README.md) and the `apt` utility. Some actions require additional APT based packages to be installed in order for other steps to be executed. Packages can be installed when ran but can consume much of the execution workflow time.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue