Skip to content

Commit d463204

Browse files
committed
Tweak CI system as suggested by @garyb in #147 to get it building
1 parent ab3bd03 commit d463204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: spago install
3232

3333
- name: Build source
34-
run: spago build --no-install --purs-args '--censor-lib --strict'
34+
run: spago build --no-install
3535

3636
- name: Run tests
3737
run: spago test --no-install

0 commit comments

Comments
 (0)