mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
fix locked files caching
This commit is contained in:
5
.github/workflows/lint_python.yml
vendored
5
.github/workflows/lint_python.yml
vendored
@@ -24,6 +24,11 @@ jobs:
|
||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-apt-
|
||||
before-save: |
|
||||
sudo rm -f /var/cache/apt/archives/lock
|
||||
sudo rm -f /var/lib/apt/lists/lock
|
||||
sudo rm -rf /var/cache/apt/archives/partial
|
||||
sudo rm -rf /var/lib/apt/lists/partial
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
|
||||
5
.github/workflows/unit_tests.yml
vendored
5
.github/workflows/unit_tests.yml
vendored
@@ -25,6 +25,11 @@ jobs:
|
||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-apt-
|
||||
before-save: |
|
||||
sudo rm -f /var/cache/apt/archives/lock
|
||||
sudo rm -f /var/lib/apt/lists/lock
|
||||
sudo rm -rf /var/cache/apt/archives/partial
|
||||
sudo rm -rf /var/lib/apt/lists/partial
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user