diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-07 21:04:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 21:04:36 +0100 |
commit | 67784145f3f56ed5d49363166e61ba761fe8c942 (patch) | |
tree | 45eadab957d07ddf2694a4b351315f10a284524e /.github/workflows | |
parent | 5e478bfd838fbea04a3ad96b35e92148107c9120 (diff) | |
download | vyos-documentation-67784145f3f56ed5d49363166e61ba761fe8c942.tar.gz vyos-documentation-67784145f3f56ed5d49363166e61ba761fe8c942.zip |
github action lxml fix dependencies
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update-translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 16b0ebb5..395bdcdf 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -20,7 +20,7 @@ jobs: - name: install lxml dependencies run: | sudo apt update - sudo apt install -y build-dep python3-lxml + sudo apt install -y python3-lxml - name: Install Dev Dependencies run: | |