Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Make it work for Ubu first
  • Loading branch information
ImTheKai authored Nov 19, 2024
1 parent caac9d2 commit 787fedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install sudo package
run: apt update && apt install sudo
run: apt update -y && apt install sudo -y
- name: Run docker
run: bash /tmp/install/pg-easy-deploy.sh

0 comments on commit 787fedd

Please sign in to comment.