From 4e37817c6c7e70182d4d0acbbaaf76e7566b6ddf Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Sun, 19 Sep 2021 12:49:26 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edf5c9b..9d69f90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@v2 - 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; + [ -d "~/cached-apt-install-packages" ] || exit 1; + [ -d "~/cached-apt-install-packages/rolldice" ] || exit 2; + [ -d "~/cached-apt-install-packages/dot" ] || exit 3;