aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
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