Skip to content

Commit

Permalink
Revert windows build debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed May 1, 2024
1 parent 4dd2053 commit 308e137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@ jobs:
# Use a retry action because inexplicably sometimes stack install stalls
# indefinitely after the `compiling Main` step, but then succeeds immediately
# with a second stack install. 🤷🏻‍♂️
- uses: nick-fields/retry@v2
- uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 4
shell: bash # otherwise defaults to powershell on windows
# https://gitlab.haskell.org/ghc/ghc/-/issues/20878
# https://gitlab.haskell.org/ghc/ghc/-/issues/20010#note_359766
command: (rm -rf reactor/elm-stuff || true) && stack install --ghc-options '-optl"-Wl,-Bstatic,-lstdc++,-lgcc_s,-lwinpthread,-Bdynamic"'
command: stack install --ghc-options '-optl"-Wl,-Bstatic,-lstdc++,-lgcc_s,-lwinpthread,-Bdynamic"'

- name: Copy binary files, dlls & check
run: |
Expand Down

0 comments on commit 308e137

Please sign in to comment.