Try installing rapydscript on windows CI as well

This commit is contained in:
Kovid Goyal
2025-12-13 11:20:45 +05:30
parent 96429b06d2
commit 5f595907c8
4 changed files with 20 additions and 5 deletions
+5
View File
@@ -22,6 +22,11 @@ jobs:
with:
python-version: "3.14"
- name: Setup node.js for rapydscript
uses: actions/setup-node@v6
with:
node-version: "latest"
- name: Install calibre dependencies
run:
python setup/unix-ci.py install
+5
View File
@@ -51,6 +51,11 @@ jobs:
languages: ${{ matrix.language }}
trap-caching: false
- name: Setup node.js for rapydscript
uses: actions/setup-node@v6
with:
node-version: "latest"
- name: Install calibre dependencies
if: matrix.language == 'c'
run: