Skip to content

Commit

Permalink
follows PR #1839 to UniMath
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatthes committed Feb 7, 2024
1 parent d6f8dca commit eabf950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-typetheory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
steps:
# Checkout UniMath in the current directory.
- name: Checkout UniMath
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: UniMath/UniMath
path: .
clean: false

# Checkout TypeTheory in TypeTheory/
- name: Checkout TypeTheory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: TypeTheory

# Grab the cache if available. We tell dune to use $(pwd)/dune-cache/ in
# the custom_script below.
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: dune-cache
key: TypeTheory-coq-${{ matrix.coq-version }}-${{ github.run_id }}-${{ github.run_number }}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 3.5)
(using coq 0.6)
(lang dune 3.8)
(using coq 0.8)
(name TypeTheory)

0 comments on commit eabf950

Please sign in to comment.