diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38657a9..edf5c9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file