summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bb58db4a..ac925c3a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,9 @@ variables:
# -Dfoo=enabled
# -Dbar=disabled
before_script:
+ # Update RootCAs in order to access to some sites.
+ - certutil -generateSSTFromWU "C:\roots.sst"
+ - Import-Certificate -CertStoreLocation "Cert:\LocalMachine\Root" "C:\roots.sst"
# Make sure meson is up to date, so we don't need to rebuild the image
# with each release.
- pip3 install meson==0.59.1