aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-18 16:01:04 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-18 16:01:04 +0200
commitb2dbce8fdaed56a1c6e23e115966707cd0067cdc (patch)
treee2ebc4afeb916bec72ef15b07aa4cde9a4f215e8
parent2c9f4eaa1923c9228d1544c50739271704b2777d (diff)
downloaddotfiles-b2dbce8fdaed56a1c6e23e115966707cd0067cdc.tar.gz
dotfiles-b2dbce8fdaed56a1c6e23e115966707cd0067cdc.zip
ci: hopefully fixed the remaining issue
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--README.md2
2 files changed, 7 insertions, 1 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
diff --git a/README.md b/README.md
index 5502b82..dcbc52a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ $ git clone --recursive https://github.com/mssola/dotfiles.git
To install everything just run the `install.sh` script.
-** GNU Emacs
+## GNU Emacs
I am using [Doom Emacs](https://github.com/hlissner/doom-emacs), see
[.doom.d/README.org](./.doom.d). For runtime dependencies just run: