mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
[Ubuntu] unify apt install calls (#9953)
This commit is contained in:
@@ -20,7 +20,7 @@ toolset_version=$(get_toolset_value '.postgresql.version')
|
||||
# Install PostgreSQL
|
||||
echo "Install PostgreSQL"
|
||||
apt update
|
||||
apt install postgresql-$toolset_version
|
||||
apt-get install postgresql-$toolset_version
|
||||
|
||||
echo "Install libpq-dev"
|
||||
apt-get install libpq-dev
|
||||
|
||||
Reference in New Issue
Block a user