mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Update cmake-single-platform.yml
This commit is contained in:
parent
c80ad04076
commit
1e015820dd
1 changed files with 1 additions and 9 deletions
10
.github/workflows/cmake-single-platform.yml
vendored
10
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue