Skip to content

Windows

Windows #65

name: Windows
on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch:
jobs:
update:
name: Windows
runs-on: windows-latest
strategy:
matrix:
# https://github.com/nodejs/node/issues/52664
# arch: [amd64, amd64_arm64]
arch: [amd64]
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
- uses: MinoruSekine/setup-scoop@v3
with:
update_path: true
run_as_admin: true
scoop_update: true
- name: Install building tools
run: scoop install git nodejs python ninja nasm
- name: Run the script
env:
ARCH: ${{ matrix.arch }}
run: node index.js
- name: Find the shared library
run: dir node\out\Release