Skip to content

Commit

Permalink
fix: try updating chezmoi install script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Feb 8, 2024
1 parent 4f3f8b2 commit 5596bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Install (Chezmoi)
run: sh -c "$(curl -fsLS get.chezmoi.io)"
run: apt install chezmoi

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Install (Chezmoi)
run: sh -c "$(curl -fsLS get.chezmoi.io)"
run: brew install chezmoi

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5596bf4

Please sign in to comment.