Skip to content

build: add scrypt-windows as submodule #48

build: add scrypt-windows as submodule

build: add scrypt-windows as submodule #48

Workflow file for this run

---
name: build
on:
pull_request:
push:
branches:
- main
schedule:
# run every month on the 10th at "night" time
- cron: '16 3 10 * *'
jobs:
# temporary disabled
#matrix-linux:
# uses: ./.github/workflows/build-linux.yml
matrix-windows:
uses: ./.github/workflows/build-windows.yml