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:
104104 - name : Install abi-compliance-checker
105105 run : |
106106 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
108108 - name : Install universal-ctags
109109 run : |
110110 git clone https://github.com/universal-ctags/ctags.git
@@ -157,7 +157,7 @@ jobs:
157157 - name : Install abi-compliance-checker
158158 run : |
159159 sudo apt-get update
160- sudo apt-get install abi-compliance-checker
160+ sudo apt-get install -y abi-compliance-checker
161161 - name : Compare ABI
162162 run : |
163163 for lib in ${{ needs.abi-dump-setup.outputs.ABI_LIBS }}; do
Original file line number Diff line number Diff line change 9292 - name : Install abi-compliance-checker
9393 run : |
9494 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
9696 - name : Install universal-ctags
9797 run : |
9898 git clone https://github.com/universal-ctags/ctags.git
@@ -166,7 +166,7 @@ jobs:
166166 - name : Install abi-compliance-checker
167167 run : |
168168 sudo apt-get update
169- sudo apt-get install abi-compliance-checker
169+ sudo apt-get -y install abi-compliance-checker
170170 - name : Compare ABI
171171 run : |
172172 if [ -s symbol-list/llvm.symbols ]; then
You can’t perform that action at this time.
0 commit comments