We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78f9d9 commit d3811c3Copy full SHA for d3811c3
.github/workflows/root-ci.yml
@@ -158,6 +158,7 @@ jobs:
158
env:
159
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
160
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
161
+ SSL_CERT_FILE: ${{ secrets.SSL_CERT_FILE_VALUE }} # necessary for davix to connect to https
162
run: ".github/workflows/root-ci-config/build_root.py
163
--buildtype RelWithDebInfo
164
--incremental $INCREMENTAL
0 commit comments