Skip to content

Commit

Permalink
feat(ci): Try using linuxbrew
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed May 8, 2024
1 parent 5b0c1cc commit 939ae99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Homebrew
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- name: Search for pngquant
run: brew search pngquant
- name: Install zola
uses: taiki-e/install-action@zola
- name: Generate site content
Expand Down

0 comments on commit 939ae99

Please sign in to comment.