From b2dbce8fdaed56a1c6e23e115966707cd0067cdc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 16:01:04 +0200 Subject: ci: hopefully fixed the remaining issue 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6b385e..44487b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,12 @@ jobs: run: | sudo apt-get install ripgrep + - name: Install some other dependencies + run: | + mkdir -p $HOME/src/github.com/mssola + cd $HOME/src/github.com/mssola + git clone https://github.com/mssola/soria.git + - name: Install Doom Emacs run: | git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d -- cgit v1.2.3