diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:43:40 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-18 11:46:07 +0200 |
| commit | 85877d05d6b16fa56b322edbe3f10e0726272415 (patch) | |
| tree | 074031ba2ca55334ad3cb924be8e3f34d84be03c /.github/workflows | |
| parent | 287f7f305154585f3933f0b646e17b8f9b5858a3 (diff) | |
| download | dotfiles-85877d05d6b16fa56b322edbe3f10e0726272415.tar.gz dotfiles-85877d05d6b16fa56b322edbe3f10e0726272415.zip | |
ci: the script step doesn't need setting up emacs
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
| -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 |
