Skip to content

Commit

Permalink
uv testing: still need to install pngquant
Browse files Browse the repository at this point in the history
  • Loading branch information
aceat64 committed Aug 23, 2024
1 parent ae766e8 commit bceacc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install pngquant

- name: Set up uv
# Install a specific uv version using the installer
run: curl -LsSf https://astral.sh/uv/0.3.1/install.sh | sh
Expand Down

0 comments on commit bceacc8

Please sign in to comment.