Skip to content

Commit

Permalink
Fix cubical version in CI (#96)
Browse files Browse the repository at this point in the history
* Update ci-ubuntu.yml

* Update ci-html.yml
  • Loading branch information
pufferffish authored Sep 3, 2024
1 parent 5c3c1cf commit 96e9e9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ on:

env:
AGDA_BRANCH: v2.6.4
CUBICAL_BRANCH: v0.7
GHC_VERSION: 9.2.5
CABAL_VERSION: 3.6.2.0
CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
Expand Down Expand Up @@ -115,7 +116,8 @@ jobs:
with:
repository: agda/cubical
path: cubical

ref: ${{ env.CUBICAL_BRANCH }}

- name: Register cubical
run: |
mkdir ~/.agda
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ on:

env:
AGDA_BRANCH: v2.6.4
CUBICAL_BRANCH: v0.7
GHC_VERSION: 9.2.5
CABAL_VERSION: 3.6.2.0
CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
with:
repository: agda/cubical
path: cubical
ref: ${{ env.CUBICAL_BRANCH }}

- name: Register cubical
run: |
Expand All @@ -136,4 +138,4 @@ jobs:
- name: Test
run: |
cd symmetries
agda Everything.agda
agda Everything.agda

0 comments on commit 96e9e9e

Please sign in to comment.