Skip to content

Commit 45bd9a7

Browse files
committed
Add sudo to wrangler action pre command
1 parent df4b348 commit 45bd9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
apiToken: ${{ secrets.CF_API_TOKEN }}
6262
preCommands: |
6363
echo "*** pre commands ***"
64-
sudo apt-get update && apt-get -y install jq
64+
sudo apt-get update && sudo apt-get -y install jq
6565
echo "******"
6666
env:
6767
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)