Skip to content

Commit cc2bb32

Browse files
committed
Revert "Up OPM version to v1.0.0-RC16"
This reverts commit ed84f7f.
1 parent ed84f7f commit cc2bb32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function run() {
2626
if (platform == 'win32') {
2727
pathToOVM = path.dirname(__dirname) + '/' + 'ovm.exe';
2828
}
29-
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC16/ovm.exe --output ' + pathToOVM);
29+
await exec.exec('curl -L https://github.com/oscript-library/ovm/releases/download/v1.0.0-RC15/ovm.exe --output ' + pathToOVM);
3030

3131
if (platform == 'win32') {
3232
let pathToOVM = path.dirname(__dirname);
@@ -110,4 +110,4 @@ function installMacOs() {
110110
return value.join('\n');
111111
}
112112

113-
run()
113+
run()

0 commit comments

Comments
 (0)