From 4530a985c2d21bedfefc3c0021b7379dc1f9a97b Mon Sep 17 00:00:00 2001 From: Martijn Bastiaan Date: Thu, 7 Mar 2024 12:49:31 +0100 Subject: [PATCH] debug --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8155bb..23cf405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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