From: Thibault Godouet Date: Tue, 2 Jun 2026 20:23:02 +0000 (+0100) Subject: Fixed build_and_publish_doc workflow. X-Git-Tag: ver3_4_1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62048af77a4c5f5fa21fcd51a437e8cfcdb239f1;p=thirdparty%2Ffcron.git Fixed build_and_publish_doc workflow. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 72d89a0..913da88 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -19,7 +19,9 @@ jobs: - uses: actions/checkout@v3 - name: install dependencies - run: sudo apt install -y docbook docbook-xsl docbook-xml docbook-utils manpages-dev + run: | + sudo apt-get update + sudo apt-get install -y docbook docbook-xsl docbook-xml docbook-utils manpages-dev - name: Create the configure script with autoconf run: autoconf