wavetable/.github/workflows/build_windows.yaml
Roland Rabien 67b13591e4 No token
2023-08-23 09:13:11 -07:00

16 lines
328 B
YAML

name: Build Windows
on: [push]
jobs:
build:
name: Build Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: "Run script"
run: |
./ci/build.sh
shell: bash
env:
APIKEY: ${{ secrets.APIKEY }}