Skip to content

Commit f52be32

Browse files
committed
CI should use spago.dhall for the build
1 parent 320da3b commit f52be32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
.spago
2727
output
2828
29-
- name: Install dependencies
30-
run: spago -x spago-dev.dhall install
29+
- name: Install dev dependencies
30+
run: spago install
3131

3232
- name: Build source
33-
run: spago -x spago-dev.dhall build --no-install --purs-args '--censor-lib --strict --censor-codes='UserDefinedWarning''
33+
run: spago build --no-install --purs-args '--censor-lib --strict --censor-codes='UserDefinedWarning''
3434

3535
- name: Run tests
3636
run: spago -x spago-dev.dhall test --no-install

0 commit comments

Comments
 (0)