Skip to content

Commit 1609348

Browse files
author
adityaakhileshwaran
committed
Initial commit
1 parent 5deaaf5 commit 1609348

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- uses: actions/checkout@master
2525
- name: "Install dependencies"
2626
run: make install
27-
- name: "Install egglog"
28-
run: make egglog-herbie
2927

3028
- name: "Test raco fmt compliance"
3129
run: make fmt && git diff --exit-code

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ help:
44
@echo "Type 'make install' to install Herbie"
55
@echo "Then type 'racket -l herbie web' to run it."
66

7-
install: clean egg-herbie update
7+
install: clean egg-herbie update egglog-herbie
88

99
clean:
1010
raco pkg remove --force --no-docs herbie && echo "Uninstalled old herbie" || :

0 commit comments

Comments
 (0)