Skip to content

Commit c3dcbc6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines 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)