From: Tom Hromatka Date: Tue, 1 Jun 2021 18:25:10 +0000 (-0600) Subject: github: Run apt update before apt install X-Git-Tag: v2.0.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d813afb24fb8b168e2e17ddac343ed86c2aa86;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