From: Tom Hromatka Date: Tue, 1 Jun 2021 18:25:10 +0000 (-0600) Subject: github: Run apt update before apt install X-Git-Tag: v3.0~272^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f872a15283d8c513faffd0be52fdd20be686ef42;p=thirdparty%2Flibcgroup.git github: Run apt update before apt install Run apt update before apt install Signed-off-by: Tom Hromatka --- diff --git a/.github/actions/setup-libcgroup/action.yml b/.github/actions/setup-libcgroup/action.yml index f6d9dd2b..f1196971 100644 --- a/.github/actions/setup-libcgroup/action.yml +++ b/.github/actions/setup-libcgroup/action.yml @@ -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