mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Merge branch 'dev' of https://github.com/awalsh128/cache-apt-pkgs-action into dev
This commit is contained in:
commit
9b737d6348
|
@ -45,7 +45,7 @@ jobs:
|
||||||
name: Build Doxygen documentation and deploy
|
name: Build Doxygen documentation and deploy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
@ -68,11 +68,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
||||||
version: 1.0
|
version: 1.0
|
||||||
refresh: true # Force refresh / upgrade v1.0 cache.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cache Limits
|
## Cache Limits
|
||||||
|
|
Loading…
Reference in a new issue