Skip to content

reproduce

reproduce #1

Workflow file for this run

name: reproduce
on:
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd build_linux; ./main
- run: cd build_js; node .\main.js
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: cd build_js; node .\main.js