From 859278c130584f3a7f51cedd9699ad12ba988266 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 17 Oct 2021 18:05:00 +0200 Subject: ci: fix for some paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3