mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-13 03:00:19 +00:00
apk, not apt
This commit is contained in:
parent
05cedb1d57
commit
705be45ff1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
- name: Install UUID extension
|
||||
run: |
|
||||
apt-get install -y postgresql-client \
|
||||
apk add postgresql-client \
|
||||
&& psql -q -h postgres -U postgres -d postgres -c 'CREATE EXTENSION "uuid-ossp";'
|
||||
|
||||
- name: Run flake8 tests
|
||||
|
|
Loading…
Reference in a new issue