Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Sep 9, 2024
1 parent 75e4ef8 commit b19ea02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt update
apt install -y zsh
sudo apt update
sudo apt install -y zsh
- name: Install dotfiles
run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply -S .
shell: zsh {0}

0 comments on commit b19ea02

Please sign in to comment.