diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 18:05:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 18:05:00 +0200 |
| commit | 859278c130584f3a7f51cedd9699ad12ba988266 (patch) | |
| tree | 6376316e3abeb1574caf5dde94000da9ced82477 /.github/workflows | |
| parent | 4d1914d5c0ddd6170256956cb5a189f6ee0835b8 (diff) | |
| download | dotfiles-859278c130584f3a7f51cedd9699ad12ba988266.tar.gz dotfiles-859278c130584f3a7f51cedd9699ad12ba988266.zip | |
ci: fix for some paths
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e9a4ff..b80812f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: run: | git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts + ~/.emacs.d/bin/doom sync - name: Check GNU Emacs run: | - doom doctor + ~/.emacs.d/bin/doom doctor |
