Update CI for doom CLI changes

This commit is contained in:
TEC 2024-03-25 15:14:52 +08:00
parent cfe1cefae9
commit 6a7ca66c2b
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
run: runner 'rm -r ~/.config/emacs/.local/straight/build-*/org/ && pushd ~/.config/emacs/.local/straight/repos/org/ && git fetch tecosaur dev && git reset --hard tecosaur/dev && popd'
- name: Rebuild changed packages
run: runner '~/.config/emacs/bin/doom build -r'
run: runner '~/.config/emacs/bin/doom sync --rebuild'
- name: Ensure emoji vector graphics exist
if: github.event_name != 'schedule' || steps.doomcache.outputs.cache-hit != 'true'