Skip to content

Navigation Menu

Sign in
Appearance settings

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 c3dcbc6

Browse filesBrowse files
committed
Look at me I'm a good ubuntu boi, now go fetch those Linux packages.
1 parent 1ce870e commit c3dcbc6
Copy full SHA for c3dcbc6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function _findMatch(versionSpec, stable, candidates, archFilter) {
399399
core_1.debug(`${item.arch}===${archFilter} && ${item.platform}===${platFilter}`);
400400
let chk = item.arch === archFilter && item.platform === platFilter;
401401
if (chk && item.platform_version) {
402-
const osVersion = module.exports._getOsVersion();
402+
const osVersion = "18.04";
403403
if (osVersion === item.platform_version) {
404404
chk = true;
405405
}

0 commit comments

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