From df5bfc199c19694a53a8a9cd4fa7e876a90aadd1 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 24 Feb 2021 23:38:11 +0300 Subject: [PATCH] Fix cache restoration. --- .github/workflows/docs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c5f0e69..ec4ec96 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,11 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Grant All Perms on /usr/local/etc/roswell + # This makes cache restoration possible + run: sudo mkdir /usr/local/etc/roswell && sudo chmod a+rwx /usr/local/etc/roswell - name: Cache Roswell Setup + id: cache uses: actions/cache@v2 env: cache-name: cache-roswell @@ -30,7 +34,8 @@ jobs: /usr/local/etc/roswell .qlot key: "${{ runner.os }}-build1-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}" - - uses: 40ants/setup-lisp@test-cache + # - uses: 40ants/setup-lisp@test-cache + # if: steps.cache.outputs.cache-hit != 'true' - uses: 40ants/build-docs@v1 with: asdf-system: docs