Skip to content

Commit

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

0 comments on commit 4953cfa

Please sign in to comment.