Skip to content

Commit

Permalink
Add pre-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Nov 20, 2024
1 parent 2cb7287 commit 23ac497
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-mc-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
working-directory: ./management-center-packaging
needs: [prepare]
steps:
- name: Install prerequisites
run: |
apt-get update
apt-get install -y curl
- name: Checkout management-center-packaging repo
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 23ac497

Please sign in to comment.