Mercurial > dotfiles
comparison .github/workflows/test.yml @ 685:189d0c688639
feat: install zsh-histdb-skim fork from source
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 02 Oct 2022 11:27:18 +0200 |
parents | 2dcf0ae65d5b |
children | 0e91f6416812 |
comparison
equal
deleted
inserted
replaced
684:0bea9fd463b5 | 685:189d0c688639 |
---|---|
14 uses: Homebrew/actions/setup-homebrew@master | 14 uses: Homebrew/actions/setup-homebrew@master |
15 | 15 |
16 - name: Install chezmoi | 16 - name: Install chezmoi |
17 run: brew install chezmoi | 17 run: brew install chezmoi |
18 | 18 |
19 - name: Install system dependencies | |
20 run: sudo apt install -y libsqlite3-dev | |
21 if: matrix.os == 'ubuntu-latest' | |
22 | |
19 - name: Bootstrap environment | 23 - name: Bootstrap environment |
20 run: | | 24 run: | |
21 mkdir -p $HOME/.config/chezmoi/ | 25 mkdir -p $HOME/.config/chezmoi/ |
22 mkdir -p $HOME/.local/share | 26 mkdir -p $HOME/.local/share |
23 touch $HOME/.config/chezmoi/chezmoi.toml | 27 touch $HOME/.config/chezmoi/chezmoi.toml |