From 85877d05d6b16fa56b322edbe3f10e0726272415 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 11:43:40 +0200 Subject: ci: the script step doesn't need setting up emacs 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c81e174..61c2b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,6 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: purcell/setup-emacs@master - with: - version: ${{ matrix.emacs_version }} - - name: Run tests for scripts run: | ./bin/test/test.sh @@ -47,6 +43,7 @@ jobs: git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts ln -s $HOME/.doom.d $(realpath .doom.d) + cat $HOME/.doom.d/packages.el ~/.emacs.d/bin/doom sync - name: Check GNU Emacs -- cgit v1.2.3