Skip to content

Commit d3811c3

Browse files
committed
[ci] Set SSL_CERT_FILE variable for mac to point to the CA bundle
in order for davix to be able to read https
1 parent b78f9d9 commit d3811c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
env:
159159
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
160160
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
161162
run: ".github/workflows/root-ci-config/build_root.py
162163
--buildtype RelWithDebInfo
163164
--incremental $INCREMENTAL

0 commit comments

Comments
 (0)