Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Mar 7, 2024
1 parent 265a869 commit 4530a98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ jobs:
cp .github/cabal.project cabal.project.local
cabal update
cabal freeze
echo "cabal"
find ~ -type d -name cabal
echo ".cabal"
find ~ -type d -name .cabal
- name: Cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -166,6 +170,7 @@ jobs:
- name: Build clash-vexriscv-sim
run: |
cabal build clash-vexriscv-sim
find ~/.cache/cabal
- name: Download VexRiscv Integration Tests
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4530a98

Please sign in to comment.