Update .forgejo/workflows/fortune-mod-debian.yml
This commit is contained in:
parent
e2afda5e5c
commit
d0f485bf5b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Install depends
|
||||
run: apt update && apt install -y docbook-xml docbook-xsl doxygen wget xz tar libxslt cmake librecode-dev perl dpkg-dev
|
||||
run: apt update && apt install -y docbook-xml docbook-xsl doxygen wget xz-utils tar libxslt1-dev cmake librecode-dev perl dpkg-dev
|
||||
- name: Build
|
||||
run: |
|
||||
wget -O fortune-mod.tar.xz https://github.com/shlomif/fortune-mod/releases/download/fortune-mod-3.24.0/fortune-mod-3.24.0.tar.xz
|
||||
|
|
Loading…
Add table
Reference in a new issue