We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10c890 commit 5b21670Copy full SHA for 5b21670
1 file changed
index.js
@@ -26,7 +26,7 @@ async function run() {
26
if (platform == 'win32') {
27
pathToOVM = path.dirname(__dirname) + '/' + 'ovm.exe';
28
}
29
- await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC15/ovm.exe --output ' + pathToOVM);
+ await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC17/ovm.exe --output ' + pathToOVM);
30
31
32
let pathToOVM = path.dirname(__dirname);
@@ -110,4 +110,4 @@ function installMacOs() {
110
return value.join('\n');
111
112
113
-run()
+run()
0 commit comments