Skip to content

Commit 6f149d6

Browse files
committed
Fix for 24.04?
1 parent 2f11092 commit 6f149d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
url: ${{ steps.deployment.outputs.page_url }}
2828
runs-on: ubuntu-24.04
2929
steps:
30-
- uses: awalsh128/cache-apt-pkgs-action@latest
31-
with:
32-
packages: lowdown imagemagick
33-
version: 1.0
30+
- name: Install deps
31+
run: sudo apt install lowdown imagemagick
3432
- name: Checkout
3533
uses: actions/checkout@v4
3634
- name: Generate

0 commit comments

Comments
 (0)