diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 18:00:51 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 18:00:51 +0200 |
| commit | 4d1914d5c0ddd6170256956cb5a189f6ee0835b8 (patch) | |
| tree | a2537533f8c53e1adda9f9aea7c9d2fc6eaa6866 /.github | |
| parent | 50942eaa91b8d7a5e194445880ba66c27d132db6 (diff) | |
| download | dotfiles-4d1914d5c0ddd6170256956cb5a189f6ee0835b8.tar.gz dotfiles-4d1914d5c0ddd6170256956cb5a189f6ee0835b8.zip | |
ci: don't allow doom to prompt for anything
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f7c250..3e9a4ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Install Doom Emacs run: | git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d - ~/.emacs.d/bin/doom install + ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts - name: Check GNU Emacs run: | |
