Skip to content

Commit 476d6f2

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 63337df commit 476d6f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/root-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
(github.repository_owner == 'root-project' && github.event_name != 'pull_request') ||
8585
(github.event_name == 'pull_request' && !(contains(github.event.pull_request.title, '[skip-ci]') || contains(github.event.pull_request.title, '[skip ci]')))
8686
87+
env:
88+
SSL_CERT_FILE: ${{ secrets.SSL_CERT_FILE_VALUE }} # necessary for davix to connect to https
89+
8790
permissions:
8891
contents: read
8992

0 commit comments

Comments
 (0)