Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Oct 29, 2024
1 parent dad3c57 commit 084f36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ jobs:
run: |
if [[ "${{ matrix.package_extension }}" == "deb" ]]; then
apt update
apt install -y ./centreon-gorgone*.rpm centreon-broker centreon-engine-daemon
apt install -y ./centreon-gorgone*.deb centreon-broker centreon-engine-daemon
else
dnf install -y ./centreon-gorgone*.deb centreon-broker centreon-engine-daemon
dnf install -y ./centreon-gorgone*.rpm centreon-broker centreon-engine-daemon
fi
- name: Create databases
Expand Down

0 comments on commit 084f36c

Please sign in to comment.