Skip to content

Commit

Permalink
Update pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasScharpf authored Oct 25, 2024
1 parent 2b81127 commit dcffddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
# libldap2-dev: Needed for building python-ldap.
# libsasl2-dev: Needed for building python-ldap.
# libkrb5-dev: Needed for building pykerberos.
# libglib2.0-dev: required by packages/glib and therfore transitive by python unit tests
# gettext: Needed for some "unit tests" (test_i18n.py)
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install ksh librrd-dev libldap2-dev libsasl2-dev libkrb5-dev gettext
sudo apt-get install ksh librrd-dev libldap2-dev libsasl2-dev libkrb5-dev libglib2.0-dev gettext g++-13
buildscripts/infrastructure/build-nodes/scripts/install-pipenv.sh
make .venv
- name: Run ${{ matrix.name }}
Expand Down

0 comments on commit dcffddc

Please sign in to comment.