diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-07 20:59:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 20:59:49 +0100 |
commit | 205dcc0c670eb51f29390a12ccf913ba77a2fd2a (patch) | |
tree | 4fb1ccc112da2d68c36686017d896eaac1419e2d /.github | |
parent | 98317f33d7524bbef78d3611707b6a64443a7275 (diff) | |
download | vyos-documentation-205dcc0c670eb51f29390a12ccf913ba77a2fd2a.tar.gz vyos-documentation-205dcc0c670eb51f29390a12ccf913ba77a2fd2a.zip |
lxml dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-translations.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index ef9fea99..e4617079 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -18,7 +18,9 @@ jobs: python-version: 3.x - name: install lxml dependencies - run: sudo apt-get install -y libxml2-dev libxslt-dev python-dev + run: | + sudo apt update + sudo apt install -y libxml2-dev libxslt-dev python-dev - name: Install Dev Dependencies run: | |