Skip to content

Commit 9373589

Browse files
committed
upd opam
1 parent de1e713 commit 9373589

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fail-fast: false
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: coq-community/docker-coq-action@v1
24+
- uses: rocq-community/docker-rocq-action@v1
2525
with:
26-
opam_file: 'coq-robot.opam'
26+
opam_file: 'robot-rocq.opam'
2727
custom_image: ${{ matrix.image }}
2828

2929
# See also:

coq-robot.opam renamed to robot-rocq.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ license: "LGPL-2.1-or-later"
1313
synopsis: "Formal Foundations for Modeling Robot Manipulators"
1414
description: """
1515
This repository contains an experimental library for the mathematics
16-
of rigid body transformations using the Coq proof-assistant and the
16+
of rigid body transformations using the Rocq proof-assistant and the
1717
Mathematical Components library."""
1818

1919
build: [make "-j%{jobs}%" ]
2020
install: [make "install"]
2121
depends: [
22-
"coq" { (>= "8.20" & < "9.2~") }
22+
"coq" { (>= "9.0" & < "9.2~") }
2323
"coq-hierarchy-builder" { (>= "1.9.1") }
2424
"coq-mathcomp-ssreflect" { (>= "2.3.0") }
2525
"coq-mathcomp-fingroup" { (>= "2.3.0") }
@@ -34,7 +34,7 @@ depends: [
3434
tags: [
3535
"keyword:robotics"
3636
"keyword:3D geometry"
37-
"logpath:robot"
37+
"logpath:robot-rocq"
3838
]
3939
authors: [
4040
"Reynald Affeldt, AIST"

0 commit comments

Comments
 (0)