Skip to content

Commit 6dbc434

Browse files
committed
Remove apt package caching from deploy workflow to fix permission issues
1 parent e3f4327 commit 6dbc434

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,7 @@ jobs:
5252
chmod 644 ~/.ssh/known_hosts
5353
fi
5454
55-
# Cache apt packages
56-
- name: Cache apt packages
57-
uses: actions/cache@v3
58-
id: apt-cache
59-
with:
60-
path: /var/cache/apt/archives
61-
key: apt-packages-${{ runner.os }}-${{ hashFiles('.github/workflows/deploy.yml') }}
55+
# Note: Apt package caching removed to fix permission issues
6256

6357
- name: Install dependencies
6458
run: |

0 commit comments

Comments
 (0)