We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f4b56 commit fc71600Copy full SHA for fc71600
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
export PERL_MB_OPT=--install_base=$HOME
57
export PERL_MM_OPT=INSTALL_BASE=$HOME
58
sudo apt install libpq-dev -y
59
- ./install-deps.pl
+ ./install-deps.pl || ./install-deps.pl
60
working-directory: sytest
61
62
- uses: oven-sh/setup-bun@v2
0 commit comments