Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Nov 9, 2024
1 parent daceba3 commit a0f8686
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,16 @@ jobs:
apt-get update
apt-get install -qy bzip2 curl g++ haskell-stack make procps zlib1g-dev
apt-get install -qy bash-completion build-essential debhelper devscripts
- name: "pwd"
run: |
pwd
ls
- name: "Check out repository code"
uses: actions/checkout@v4
- name: "pwd"
run: |
pwd
ls
- name: "Cache stuff"
uses: actions/cache@v4
with:
Expand All @@ -258,6 +266,13 @@ jobs:
./debian/.debhelper/
~/.stack
key: build-debs
- name: "Debug listing etc"
run: |
pwd
ls
ls debian
ls debian/.debhelper
du -sh debian/.debhelper
- name: "locale en_US.UTF-8"
run: |
apt-get install -qy locales
Expand Down

0 comments on commit a0f8686

Please sign in to comment.