Skip to content

Commit 334c223

Browse files
authored
Merge pull request #8865 from cakebaker/ci_add_missing_apt_get_update
ci: add `apt-get update` to `code-quality` workflow
2 parents 40e2633 + c4d5cb2 commit 334c223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
## Install/setup prerequisites
111111
case '${{ matrix.job.os }}' in
112112
ubuntu-*)
113+
sudo apt-get -y update
113114
# selinux and systemd headers needed to enable all features
114115
sudo apt-get -y install libselinux1-dev libsystemd-dev
115116
;;

0 commit comments

Comments
 (0)