Skip to content

Commit a883746

Browse files
committed
fix: build fail on warnings
1 parent 5a62604 commit a883746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: leanprover/lean-action@v1
2424
with:
2525
build: true
26-
build-args: "UnicodeBasic UnicodeData"
26+
build-args: "-wfail UnicodeBasic UnicodeData"
2727
test: true
2828
use-mathlib-cache: false

0 commit comments

Comments
 (0)