Skip to content

Commit d5ad53f

Browse files
authored
Resolve 404s during apt-get install
1 parent a255453 commit d5ad53f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
#
4949
# - https://github.com/Automattic/node-canvas/issues/1065#issuecomment-2691025715
5050
- name: Install dependencies for node-canvas
51-
run: sudo apt-get install libcairo2-dev libpango1.0-dev
51+
run: |
52+
sudo apt-get update
53+
sudo apt-get install libcairo2-dev libpango1.0-dev
5254
- name: Install dependencies
5355
run: pnpm install
5456
- run: pnpm migrate up

0 commit comments

Comments
 (0)