mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Properly qualify action in test.
This commit is contained in:
parent
4e37817c6c
commit
e1bf71811b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
name: Test job to install and cache APT packages (i.e. rolldice, dot).
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cached-apt-install-action@v1
|
||||
- uses: awalsh128/cached-apt-install-action@v1
|
||||
with:
|
||||
packages: rolldice dot
|
||||
test_packages_cache:
|
||||
|
|
Loading…
Reference in a new issue