Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05bd2b5

Browse filesBrowse files
committed
fix: fix llvm add-apt-repository for debian
1 parent 3d8c387 commit 05bd2b5
Copy full SHA for 05bd2b5

File tree

5 files changed

+5
-5
lines changed
Filter options

5 files changed

+5
-5
lines changed

‎dist/legacy/setup-cpp.js

Copy file name to clipboardExpand all lines: dist/legacy/setup-cpp.js
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/legacy/setup-cpp.js.map

Copy file name to clipboardExpand all lines: dist/legacy/setup-cpp.js.map
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/modern/setup-cpp.mjs

Copy file name to clipboardExpand all lines: dist/modern/setup-cpp.mjs
+1-1
Large diffs are not rendered by default.

‎dist/modern/setup-cpp.mjs.map

Copy file name to clipboardExpand all lines: dist/modern/setup-cpp.mjs.map
+1-1
Large diffs are not rendered by default.

‎src/llvm/llvm_apt_installer.ts

Copy file name to clipboardExpand all lines: src/llvm/llvm_apt_installer.ts
+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function nonInteractiveScript(script: string) {
133133
// make the scirpt non-interactive and fix broken packages
134134
return script.replace(
135135
/add-apt-repository\s*(-y)?\s*"\${REPO_NAME}"/g,
136-
`add-apt-repository -y -n "\${REPO_NAME}"
136+
`add-apt-repository -y "\${REPO_NAME}"
137137
apt-get update -o ${aptTimeout}`,
138138
)
139139
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.