Skip to content

Commit f3540fd

Browse files
Revert "parallel compilation of UniMath/UniMath"
This reverts commit 0846bd0.
1 parent 0846bd0 commit f3540fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-typetheory.yml

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

0 commit comments

Comments
 (0)