We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40e2633 + c4d5cb2 commit 334c223Copy full SHA for 334c223
1 file changed
.github/workflows/code-quality.yml
@@ -110,6 +110,7 @@ jobs:
110
## Install/setup prerequisites
111
case '${{ matrix.job.os }}' in
112
ubuntu-*)
113
+ sudo apt-get -y update
114
# selinux and systemd headers needed to enable all features
115
sudo apt-get -y install libselinux1-dev libsystemd-dev
116
;;
0 commit comments