Consistently use sudo apt install -Uyq in workflows (two other cases)

This commit is contained in:
Rangi
2026-07-07 02:57:48 -04:00
parent 21682e8814
commit 9008d8391c
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v7
- name: Install clang-format
run: |
sudo apt-get -Uyq install clang-format
sudo apt install -Uyq clang-format
- name: Check format
run: |
contrib/checkformat.sh