mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Fix YAML syntax.
This commit is contained in:
parent
3fa1ba390c
commit
9b47071aea
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
name: Test job to verify cached APT packages (i.e. rolldice, dot).
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
[ -d "~/cached-apt-install-packages" ] || exit 1;
|
||||
[ -d "~/cached-apt-install-packages/rolldice" ] || exit 2;
|
||||
[ -d "~/cached-apt-install-packages/dot" ] || exit 3;
|
||||
- shell: bash
|
Loading…
Reference in a new issue