Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Chhabra authored and Rahul Chhabra committed Dec 13, 2023
1 parent fe46c5c commit 4c970e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
agda-ref: ["v2.6.4"]
ghc-ver: ["8.10.2"]
cabal-ver: ["3.4.0.0"]
cubical-ref: ["rahulc29/cubical"]
cubical-ref: ["rahulc29/realizability"]
steps:
- uses: actions/cache@v2
name: Cache cabal packages
Expand Down Expand Up @@ -51,18 +51,17 @@ jobs:
touch doc/user-manual.pdf
cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
- name: Checkout realizability fork of Cubical
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: rahulc29/cubical
path: cubical
ref: ${{ matrix.cubical-ref }}
- name: Put cubical library in Agda library list
run: |
mkdir -p ~/.agda/
touch ~/.agda/libraries
echo "$GITHUB_WORKSPACE/cubical/cubical.agda-lib" > ~/.agda/libraries
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: master

Expand Down

0 comments on commit 4c970e4

Please sign in to comment.