Skip to content

Commit

Permalink
damn CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 14, 2024
1 parent 22108de commit 77e710f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ jobs:
bkaddr="$(./hack/helpers/start-buildkit.sh 2>/dev/null)"
# Sanity check
echo "Sanity checks"
env
pwd
ls -lA cache
ls -lA cache/bin
echo "- Cache"
ls -lA cache || true
echo "- Cache bin"
ls -lA cache/bin || true
echo "- Runner bin"
ls -lA /home/runner/bin || true
echo "- Deon"
which cue
file $(which cue)
cue version
Expand Down

0 comments on commit 77e710f

Please sign in to comment.