Update cmake-single-platform.yml

This commit is contained in:
levinsv 2024-02-03 01:15:03 +05:00 committed by GitHub
parent 57486f32fe
commit c80ad04076
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
- name: Install libxslt
run: |
sudo apt-get update
sudo apt-get install -y libxslt-dev
sudo apt-get install -y libxslt-dev libxml2-utils postgresql-client
- name: Install xmll2
run: |
sudo apt-get update