mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Workaround differences in the GHA Ubuntu 18.04 environment compared to the Travis CI Ubuntu 16.04 environment.
This commit is contained in:
committed by
Lorenzo Bolla
parent
beb9d43f4d
commit
8e309b57b3
+1
-1
@@ -89,7 +89,7 @@ class DotFinder(object):
|
||||
def find_dot(self, executables):
|
||||
for executable in executables:
|
||||
try:
|
||||
subprocess.check_output([executable])
|
||||
subprocess.check_output([executable, "-V"])
|
||||
return executable
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user