From 7429a2500c8edb75c291414b7e5409df23a102ec Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 21 Oct 2023 13:55:40 +0200 Subject: [PATCH] bench against the PR #18184 branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32f7b55ee..88d192cfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ variables: build-coq.dev: <<: *template variables: - OPAM_PINS: "coq version dev" + OPAM_PINS: "git+https://github.com/SkySkimmer/coq.git#redbaheviour" DENY_WARNINGS: "1" MANGLE_NAMES: "1" OPAM_PKG: "1" -- GitLab