diff --git a/.github/workflows/analysis_workflow.yml b/.github/workflows/analysis_workflow.yml index fd104169d6..55b0868603 100644 --- a/.github/workflows/analysis_workflow.yml +++ b/.github/workflows/analysis_workflow.yml @@ -83,6 +83,9 @@ jobs: - name: Publish results to Github Pages shell: bash -el {0} run: | + ln -s /usr/lib/ssl/cert.pem /etc/pki + ln -s /usr/lib/ssl/certs /etc/pki/tls/certs + ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt git config --global --add safe.directory /__w/ArcticDB/ArcticDB git config --global user.name "${GITHUB_ACTOR}" git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"