CI: Update to C++17 and use Ubuntu 18.04 as baseline
This commit is contained in:
parent
587450cd04
commit
ce31cf531d
9 changed files with 23 additions and 22 deletions
|
@ -35,4 +35,4 @@ def get_package(pkg, distro):
|
|||
for i in xrange(1, len(sys.argv), 3):
|
||||
get_package([sys.argv[i], sys.argv[i + 1]], sys.argv[i + 2])
|
||||
|
||||
subprocess.check_call(['apt-get', 'install', '-y'] + deb_file_list)
|
||||
subprocess.check_call(['apt-get', 'install', '-y', '--force-yes'] + deb_file_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue