[ci] Try to keep and restore the cache
/ doom (push) Successful in 11m43s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 16:00:18 +02:00
parent f48dae4793
commit e2c97e859a
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 5 additions and 5 deletions

View File

@ -24,16 +24,16 @@ jobs:
uses: actions/cache/restore@v4
with:
path: |
.emacs.d
/root/.emacs.d
key: ${{ runner.os }}-doom
- run: |
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d || (cd ~/.emacs.d && git pull)
- name: Save Primes
- run: |
~/.emacs.d/bin/doom sync
- name: Save Doom Cache
id: cache-doom-save
uses: actions/cache/save@v4
with:
path: |
.emacs.d
/root/.emacs.d
key: ${{ steps.cache-doom-restore.outputs.cache-primary-key }}
- run: |
~/.emacs.d/bin/doom sync