- name: Install tacacs_plus
shell: bash
run: |
- pip3 install tacacs_plus
+ pip3 install tacacs_plus --break-system-packages
- name: Install LLVM ${{ inputs.llvm_ver }}
if: ${{ inputs.cc == 'clang' && runner.os != 'macOS' }}
sqlite3 \
talloc \
unixODBC
- sudo pip install tacacs_plus
+ sudo pip install tacacs_plus --break-system-packages
echo "#! /bin/sh" | sudo tee /usr/local/bin/nproc
echo "sysctl -n hw.ncpu" | sudo tee -a /usr/local/bin/nproc
sudo chmod +x /usr/local/bin/nproc
- name: Install tacacs_plus
run: |
- pip3 install tacacs_plus
+ pip3 install tacacs_plus --break-system-packages
#
# Ensure the homebrew version of clang is run rather than the Apple compiler.
apt-get install -y --no-install-recommends /tmp/freeradius-build-deps-extra.deb && \
apt-get --purge -y remove freeradius-build-deps
-RUN pip3 install tacacs_plus
+RUN pip3 install tacacs_plus --break-system-packages
#
# Install Clang and GCC