Skip to content

Commit 7fc1bbf

Browse files
Merge pull request #200 from peterlefanulumsdaine/fix-CI-package-deps
Added UniMath package dependencies in github workflow, to (hopefully) fix #199
2 parents 14161cd + c90aa45 commit 7fc1bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-typetheory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ 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 PACKAGES="Foundations MoreFoundations Combinatorics Algebra NumberSystems PAdics CategoryTheory Bicategories Ktheory Topology SubstitutionSystems" install
4343
export PATH=$PATH:$PWD/sub/coq/bin/
4444
echo $PATH
4545
popd

0 commit comments

Comments
 (0)