mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-26 04:01:10 +00:00
fix
This commit is contained in:
parent
1277fb9c14
commit
b280f921ce
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ steps:
|
|||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y postgresql
|
||||
- ls -la /usr/lib/postgresql/bin
|
||||
- ls -la /usr/lib/postgresql/15/bin
|
||||
- export PATH="/usr/lib/postgresql/15/bin:$PATH"
|
||||
- cargo test --no-fail-fast
|
||||
|
||||
|
|
Loading…
Reference in a new issue