]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Run apt update before apt install 48/head
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 1 Jun 2021 18:25:10 +0000 (12:25 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 1 Jun 2021 18:25:10 +0000 (12:25 -0600)
Run apt update before apt install

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/actions/setup-libcgroup/action.yml

index f6d9dd2bc62e019fd9a2d49b555c6178395538d1..f11969713b4fe7465a20db6d1867fdd9934b4e7e 100644 (file)
@@ -24,6 +24,8 @@ description: "Install dependencies, git clone, bootstrap, configure, and make li
 runs:
   using: "composite"
   steps:
+  - run: sudo apt update
+    shell: bash
   - run: sudo apt-get install libpam-dev lcov
     shell: bash
   - run: ./bootstrap.sh