]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Run apt as root in workflow.
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 30 Aug 2023 14:00:27 +0000 (15:00 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 14:00:27 +0000 (15:00 +0100)
.github/workflows/makefile.yml

index dde51683a582f27e495130314e60eddf840dd5f8..43a061d6b81a5489edf5826e0afed54eaebaea08 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     - uses: actions/checkout@v3
 
     - name: install dependencies
-      run: apt install docbook docbook-xsl docbook-xml docbook-util manpages-dev
+      run: sudo apt install -y docbook docbook-xsl docbook-xml docbook-util manpages-dev
 
     - name: configure
       run: ./configure