From 791be7122dcc16c0f8de67090e686592742b6ef9 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 12 Apr 2022 14:12:44 +0200 Subject: [PATCH] CI: Update apt before install --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69ad0411f0..fb4cfedbfe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -580,7 +580,9 @@ jobs: steps: - run: name: Install Git Large File Storage (LFS) - command: sudo apt-get install git-lfs + command: | + sudo apt update + sudo apt install git-lfs - checkout - setup_remote_docker: # >= v20.10 https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2