Update cmake-single-platform.yml

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

View file

@ -21,18 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install libxslt
- name: Install libxslt-dev libxml2-utils postgresql-client
run: |
sudo apt-get update
sudo apt-get install -y libxslt-dev libxml2-utils postgresql-client
- name: Install xmll2
run: |
sudo apt-get update
sudo apt-get install -y libxml2-utils
- name: Install PostgreSQL client
run: |
sudo apt-get update
apt-get install -y postgresql-client
- name: Install wxWidgets
run: |
sudo apt-get update