mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-23 21:37:22 -05:00
...
This commit is contained in:
parent
f5e5a1a1a9
commit
f4f34640ca
@ -242,7 +242,7 @@ def main():
|
||||
# WebEngine is flaky in macOS CI so install rapydscript so bootstrap wont fail
|
||||
npm = 'npm.cmd' if iswindows else 'npm'
|
||||
run(npm, 'install', 'rapydscript-ng')
|
||||
root = subprocess.check_output(['npm', 'root']).decode().strip()
|
||||
root = subprocess.check_output([npm, 'root']).decode().strip()
|
||||
with open(os.environ['GITHUB_PATH'], 'a') as f:
|
||||
print(os.path.abspath(os.path.join(root, '.bin')), file=f)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user