We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138410b commit 79732a1Copy full SHA for 79732a1
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432"
31
32
steps:
33
- - run: id; ls -l /var/cache/apt/lists; apt install -y nano ||true; sudo id ||true
+ - run: id; ls -l /var/lib/apt/lists /var/cache/apt ||true; apt install -y nano ||true; sudo id ||true
34
- name: Cache apt packages
35
uses: actions/cache@v4
36
with:
0 commit comments