Skip to content

Commit 79732a1

Browse files
committed
DEBUG
1 parent 138410b commit 79732a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432"
3131

3232
steps:
33-
- run: id; ls -l /var/cache/apt/lists; apt install -y nano ||true; sudo id ||true
33+
- run: id; ls -l /var/lib/apt/lists /var/cache/apt ||true; apt install -y nano ||true; sudo id ||true
3434
- name: Cache apt packages
3535
uses: actions/cache@v4
3636
with:

0 commit comments

Comments
 (0)