diff --git a/.github/workflows/haskell_windows.yml b/.github/workflows/haskell_windows.yml deleted file mode 100644 index 8b24a41..0000000 --- a/.github/workflows/haskell_windows.yml +++ /dev/null @@ -1,26 +0,0 @@ -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 - - - name: Setup GHC - run: | - stack setup - - - name: Build - run: | - stack install - - - uses: actions/upload-artifact@v1 - with: - name: wstunnel - path: C:\Users\runneradmin\AppData\Roaming\local\bin\wstunnel.exe