Skip to content

Commit 0846bd0

Browse files
parallel compilation of UniMath/UniMath
1 parent e4b488d commit 0846bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-typetheory.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
pwd
4040
git checkout master
4141
git show
42-
make PACKAGES="Foundations MoreFoundations Combinatorics Algebra NumberSystems CategoryTheory Topology Ktheory PAdics" install
42+
make build-coq
43+
make -j2 PACKAGES="Foundations MoreFoundations Combinatorics Algebra NumberSystems CategoryTheory Topology Ktheory PAdics" install
4344
export PATH=$PATH:$PWD/sub/coq/bin/
4445
echo $PATH
4546
popd

0 commit comments

Comments
 (0)