mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-15 22:02:27 -06:00
Update cmake-single-platform.yml
This commit is contained in:
parent
f258cdf2ff
commit
04cb91c9f1
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cmake-single-platform.yml
vendored
5
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -25,6 +25,11 @@ jobs:
|
|||
run: sudo apt-get install -y libxslt-dev
|
||||
- name: Install xmll2
|
||||
run: sudo apt-get install -y libxml2-utils
|
||||
- name: Fix permissions on files and directories
|
||||
run: |
|
||||
chown -R $(id -u):$(id -g) /var/lib;
|
||||
chown -R $(id -u):$(id -g) /var/cache;
|
||||
chown -R $(id -u):$(id -g) /var/lib;
|
||||
- name: Install PostgreSQL client
|
||||
run: |
|
||||
apt-get install -y postgresql-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue