From: Thibault Godouet Date: Wed, 30 Aug 2023 14:01:44 +0000 (+0100) Subject: Fixed package name in workflow. X-Git-Tag: ver3_3_2~12^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6cecfdd3ee734f42b6f870dd88faf6cc3f4490c;p=thirdparty%2Ffcron.git Fixed package name in workflow. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 43a061d..0f94f08 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: install dependencies - run: sudo apt install -y docbook docbook-xsl docbook-xml docbook-util manpages-dev + run: sudo apt install -y docbook docbook-xsl docbook-xml docbook-utils manpages-dev - name: configure run: ./configure