Skip to content

Commit

Permalink
CI: Update apt before install
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 12, 2022
1 parent 0a0d782 commit 791be71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 791be71

Please sign in to comment.