Skip to content

Commit f9fe095

Browse files
committed
Use the Makefile in CI
1 parent af329a2 commit f9fe095

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,10 @@ jobs:
3232
cabal-version: "latest"
3333
cabal-update: true
3434

35-
- name: Install Alex and Happy
36-
run: |
37-
cabal install alex
38-
cabal install happy
39-
4035
- name: Configure the build
4136
run: |
4237
./boot
43-
./configure
44-
45-
- name: Build Hadrian
46-
run: |
47-
./hadrian/build --version
4838
4939
- name: Build the bindist
5040
run: |
51-
./hadrian/build --flavour=release -j binary-dist-dir --docs=none
41+
make

0 commit comments

Comments
 (0)