File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
env :
22
22
PACKAGE_CLOUD_TOKEN : ${{ secrets.CI_PACKAGECLOUD_TOKEN }}
23
23
run : |
24
- sudo apt-get update && sudo apt-get install -y apt-transport-https curl gcc libkrb5-dev git gnupg krb5-user libffi-dev libssl1.1 ntp adcli sssd samba-common software-properties-common sudo realmd wget pandoc
24
+ sudo apt-get update && sudo apt-get install -y apt-transport-https curl gcc libkrb5-dev git gnupg krb5-user libffi-dev libssl3 ntp adcli sssd samba-common software-properties-common sudo realmd wget pandoc
25
25
python -m pip install --upgrade pip setuptools
26
26
curl -s "https://${PACKAGE_CLOUD_TOKEN}@packagecloud.io/install/repositories/rapid7/insightconnect_internal_python_tooling/script.python.sh" | bash
27
27
python -m pip install --user icon-integrations-ci --no-cache-dir --no-warn-script-location
You can’t perform that action at this time.
0 commit comments