diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
