We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af329a2 commit f9fe095Copy full SHA for f9fe095
.github/workflows/ci.yml
@@ -32,20 +32,10 @@ jobs:
32
cabal-version: "latest"
33
cabal-update: true
34
35
- - name: Install Alex and Happy
36
- run: |
37
- cabal install alex
38
- cabal install happy
39
-
40
- name: Configure the build
41
run: |
42
./boot
43
- ./configure
44
45
- - name: Build Hadrian
46
47
- ./hadrian/build --version
48
49
- name: Build the bindist
50
51
- ./hadrian/build --flavour=release -j binary-dist-dir --docs=none
+ make
0 commit comments