Skip to content

Commit de23e43

Browse files
committed
WIP
1 parent 533db95 commit de23e43

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-12, ubuntu-latest, windows-latest]
14+
os: [macos-latest, ubuntu-latest, windows-latest]
1515
ghc: [8.10.7, 9.4.8, 9.6.4, 9.8.2]
1616
runs-on: ${{ matrix.os }}
1717
steps:
@@ -32,7 +32,11 @@ jobs:
3232
- name: Install GHCup
3333
run: |
3434
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
35+
export PATH=${HOME}/.ghcup/bin:$PATH
36+
ls ${HOME}/.ghcup/bin
37+
echo $PATH
3538
ghcup --version
39+
shell: bash
3640
env:
3741
BOOTSTRAP_HASKELL_NONINTERACTIVE: 1
3842
BOOTSTRAP_HASKELL_MINIMAL: 1

0 commit comments

Comments
 (0)