Skip to content

Commit f41a172

Browse files
committed
👷 Fix CI
1 parent f903e54 commit f41a172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
- name: Build pages
2929
run: |
30-
apt get -y po4a make asciidoctor
30+
apt install -y po4a make asciidoctor
3131
make
3232
- name: Setup Pages
3333
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)