Added documentation on how to use caching propetly.

This commit is contained in:
Alexander Artemenko 2021-02-25 11:32:03 +03:00
parent 09b7780ebd
commit 5287719976
2 changed files with 62 additions and 4 deletions
.github/workflows

View file

@ -7,7 +7,6 @@ on:
branches:
- 'main'
- 'master'
- 'test-cache'
schedule:
- cron: '0 10 * * 1'
@ -20,8 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Grant All Perms on /usr/local/etc/roswell
# This makes cache restoration possible
- name: Grant All Perms to Make Cache Restoring Possible
run: |
sudo mkdir -p /usr/local/etc/roswell
sudo chown "${USER}" /usr/local/etc/roswell