Skip to content

Commit 9481b96

Browse files
committed
install system deps
1 parent 319b773 commit 9481b96

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/upgrade-compat.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
- name: Checkout code
6161
uses: actions/checkout@v3
6262

63+
- name: Install system dependencies
64+
run: |
65+
sudo apt-get update
66+
sudo apt-get install -y git curl unzip
67+
6368
- name: Complete WordPress installation
6469
run: |
6570
echo "Installing WordPress at: $WORDPRESS_URL"

0 commit comments

Comments
 (0)