mirror of https://github.com/aminya/setup-cpp.git
fix: do not use apt due to race conditions
This commit is contained in:
parent
264de9ab1a
commit
b7dcc5b7e6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -37,8 +37,8 @@ export function getApt() {
|
|||
return "nala"
|
||||
} else if (hasAptFast()) {
|
||||
return "apt-fast"
|
||||
} else if (hasApt()) {
|
||||
return "apt"
|
||||
// } else if (hasApt()) {
|
||||
// return "apt"
|
||||
} else if (hasAptGet()) {
|
||||
return "apt-get"
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue