name: configure runs: using: composite steps: - name: Configure run: |- chown -R circleci . git config --global --add safe.directory ${GITHUB_WORKSPACE} gosu circleci ./configure --without-pg-version-check shell: bash