Skip to content

Commit a9489ca

Browse files
LeonmanRollsclaude
andcommitted
Add apt-get update step to permaweb deployment workflow
Adds missing apt-get update step before installing misc dependencies to match the pattern used in pages-deployment.yaml workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3c69a0c commit a9489ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/permaweb-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24+
- name: Update apt-get
25+
run: sudo apt-get update
26+
2427
- name: Install Misc. Deps
2528
run: sudo apt-get install -y libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
2629

0 commit comments

Comments
 (0)