Skip to content

Commit

Permalink
Tweak ubuntu install 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Jul 21, 2024
1 parent 15bfc06 commit 507a941
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,14 @@ jobs:
script -qec './configure --prefix=/opt/zsh'
make
sudo make install.bin install.modules install.fns
- name: Install antidote
if: steps.cache-zsh.outputs.cache-hit != 'true'
run: |
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-$HOME}/.antidote
- name: Checkout code
uses: actions/checkout@v2

- name: Set up env
run: cat scripts/ci.zshrc > ~/.zshrc ; cat ~/.zshrc; echo "setopt sh_word_split" >> ~/.zshenv
- name: Set up env & Install antidote
run: |
cat scripts/ci.zshrc > ~/.zshrc ; cat ~/.zshrc; echo "setopt sh_word_split" >> ~/.zshenv
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-$HOME}/.antidote
- name: Tests
timeout-minutes: 2
Expand Down

0 comments on commit 507a941

Please sign in to comment.