Skip to content

Commit

Permalink
Another fix to the check script
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Jan 30, 2024
1 parent e2d060b commit 4501fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nix-build --cores 4 . --argstr coqPackages coqPackages_8_17 > log_8_17.txt 2>&1
nix-build --cores 4 . --argstr coqPackages coqPackages_8_18 > log_8_18.txt 2>&1 &
nix-build --cores 4 . --argstr coqPackages coqPackages_8_19 > log_8_19.txt 2>&1 &

docker run -t coqorg/coq:8.19 bash -c '
docker run -t coqorg/coq:dev bash -c '
git clone https://github.com/jwiegley/category-theory;
cd category-theory;
opam update;
Expand Down

0 comments on commit 4501fb3

Please sign in to comment.