Skip to content

Commit

Permalink
attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsnew committed Oct 28, 2024
1 parent 47921db commit a0a9083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
- name: Download categorical-logic from github
run : |
cd ~
git clone https://github.com/maxsnew/cubical-categorical-logic --branch master
git clone https://github.com/maxsnew/cubical-categorical-logic --branch main
cd cubical-categorical-logic
git checkout 295cc5defa414b861959f89f52325e098b9db6ec
git checkout 4e7b1c3a2ba7ed528b3cd9a4c3a5e7be3ff3449d
cd ..
echo "CATLOG_DIR=$PWD/cubical-categorical-logic" >> "$GITHUB_ENV"
Expand Down

0 comments on commit a0a9083

Please sign in to comment.