Skip to content

Commit 2700fc9

Browse files
philderbeastandreasabel
authored andcommitted
Can install twice
1 parent 33585e1 commit 2700fc9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,21 @@ jobs:
100100
- run: runhaskell Hello.hs
101101
```
102102
103+
### Multiple GHC versions
104+
105+
If you need multiple versions of GHC installed at the same time, it is possible
106+
to run the action twice.
107+
108+
```yaml
109+
- uses: haskell-actions/setup@v2
110+
with:
111+
ghc-version: '9.8.2'
112+
113+
- uses: haskell-actions/setup@v2
114+
with:
115+
ghc-version: '8.10.7'
116+
```
117+
103118
### Model cabal workflow with caching
104119
105120
```yaml

0 commit comments

Comments
 (0)