File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- name : Install abi-compliance-checker
105
105
run : |
106
106
sudo apt-get update
107
- sudo apt-get install abi-dumper autoconf pkg-config
107
+ sudo apt-get install -y abi-dumper autoconf pkg-config
108
108
- name : Install universal-ctags
109
109
run : |
110
110
git clone https://github.com/universal-ctags/ctags.git
@@ -157,7 +157,7 @@ jobs:
157
157
- name : Install abi-compliance-checker
158
158
run : |
159
159
sudo apt-get update
160
- sudo apt-get install abi-compliance-checker
160
+ sudo apt-get install -y abi-compliance-checker
161
161
- name : Compare ABI
162
162
run : |
163
163
for lib in ${{ needs.abi-dump-setup.outputs.ABI_LIBS }}; do
Original file line number Diff line number Diff line change 92
92
- name : Install abi-compliance-checker
93
93
run : |
94
94
sudo apt-get update
95
- sudo apt-get install abi-dumper autoconf pkg-config
95
+ sudo apt-get -y install abi-dumper autoconf pkg-config
96
96
- name : Install universal-ctags
97
97
run : |
98
98
git clone https://github.com/universal-ctags/ctags.git
@@ -166,7 +166,7 @@ jobs:
166
166
- name : Install abi-compliance-checker
167
167
run : |
168
168
sudo apt-get update
169
- sudo apt-get install abi-compliance-checker
169
+ sudo apt-get -y install abi-compliance-checker
170
170
- name : Compare ABI
171
171
run : |
172
172
if [ -s symbol-list/llvm.symbols ]; then
You can’t perform that action at this time.
0 commit comments