wstunnel/.github/workflows/haskell_windows.yml

14 lines
216 B
YAML
Raw Normal View History

name: Build for windows
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Install stack
run: |
curl -sSL https://get.haskellstack.org/ | sh