File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
CXX : g++-15
19
19
steps :
20
20
- run : |
21
- apt-get update
21
+ apt-get update --quiet=2 || apt-get update --quiet=2 || apt-get update --quiet=2
22
22
apt-get install -y sudo
23
23
sudo apt-get install -y git # Updating and installing sudo and git is only neccesary in a container.
24
24
# Installing sudo is just so that the later commands using sudo can be the same whether in a container or not.
55
55
CXX : clang++-20
56
56
steps :
57
57
- run : |
58
- apt-get update
58
+ apt-get update --quiet=2 || apt-get update --quiet=2 || apt-get update --quiet=2
59
59
apt-get install -y sudo
60
60
sudo apt-get install -y git # Updating and installing sudo and git is only neccesary in a container.
61
61
# Installing sudo is just so that the later commands using sudo can be the same whether in a container or not.
@@ -104,7 +104,7 @@ jobs:
104
104
ASAN_OPTIONS : " check_initialization_order=1"
105
105
steps :
106
106
- run : |
107
- apt-get update
107
+ apt-get update --quiet=2 || apt-get update --quiet=2 || apt-get update --quiet=2
108
108
apt-get install -y sudo
109
109
sudo apt-get install -y git # Updating and installing sudo and git is only neccesary in a container.
110
110
# Installing sudo is just so that the later commands using sudo can be the same whether in a container or not.
You can’t perform that action at this time.
0 commit comments