Skip to content

Commit

Permalink
get available packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 22, 2024
1 parent 99f3d5d commit ddb48f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@ jobs:
ls -lR ./release/
case "${{ matrix.distro.type }}" in
rpm)
dnf update --assumeno
dnf install --yes systemd # install as dep, but impotent because not PID 1
dnf install --yes ./release/openziti_*.${{ matrix.distro.type }} # install CLI
dnf install --yes ./release/openziti-*.${{ matrix.distro.type }} # install controller, router
;;
deb)
apt-get update
apt-get install --yes systemd # install as dep, but impotent because not PID 1
dpkg --install ./release/openziti_*.${{ matrix.distro.type }} # install CLI
dpkg --install ./release/openziti-*.${{ matrix.distro.type }} # install controller, router
Expand Down

0 comments on commit ddb48f2

Please sign in to comment.