Update haskell_windows.yml
Former-commit-id: 0201bf064262824779da42d7e532f1ed753f1a21 Former-commit-id: 70a837dfa4e701960a69ab04521d73853d815d13 [formerly 3a1601b9d20c0a8470269c84ed94241c51e33482] [formerly 82ff6184fc29317e423054fc8c44777688d12335 [formerly a25a6021d22bbace3096f2b01b62178539bfbef9 [formerly a25a6021d22bbace3096f2b01b62178539bfbef9 [formerly a25a6021d22bbace3096f2b01b62178539bfbef9 [formerly 4f38eeebbc1d7ee7289bc64b10f1163797e63e92]]]]] Former-commit-id: b770fd1ca361d5784d801238cb974e3924fa0a11 [formerly 6772c8fd4c5705ed59d9a442ff2a68316d2ad290] Former-commit-id: 2586dd65f152101c00e31b6bd5691db0a9a5cdaa Former-commit-id: e5b65e07dd42c43bc16494c84b4e48b27ebab7a4 Former-commit-id: 3f5f10db9292a4c6b8933468b7caa5beabe56e69 Former-commit-id: ae69945fa935a0c1f3ebe981c35e11cd1f806dce [formerly cba3a055d1474ff7da6189da2e9e22c2d7ff64ba] Former-commit-id: 1b61e205d71840b317311c79d1fa33d4d3e1596c
This commit is contained in:
parent
0eb46a9871
commit
83469333e5
1 changed files with 2 additions and 3 deletions
5
.github/workflows/haskell_windows.yml
vendored
5
.github/workflows/haskell_windows.yml
vendored
|
@ -11,12 +11,11 @@ jobs:
|
|||
- name: Install stack
|
||||
run: |
|
||||
curl -sSL https://get.haskellstack.org/ | sh
|
||||
export PATH="/c/Users/runneradmin/.local/bin":$PATH
|
||||
|
||||
- name: Setup GHC
|
||||
run: |
|
||||
stack setup
|
||||
/c/Users/runneradmin/.local/bin/stack setup
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
stack install
|
||||
/c/Users/runneradmin/.local/bin/stack install
|
||||
|
|
Loading…
Reference in a new issue