CI: Test (remove no-verify; use /guix-builder/ ca-cert path)

I expect this to fail.
This commit is contained in:
Collin J. Doering 2024-01-01 21:35:01 -05:00
parent 1d3e4dfc41
commit a46ace63db
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@ jobs:
run: git --version
- name:
env:
GIT_SSL_NO_VERIFY: true
GIT_CURL_VERBOSE: 1
GIT_TRACE: 1
GIT_SSL_CAINFO: /guix-builder/etc/ssl/certs/ca-certificates.crt
run: git clone https://git.home.rekahsoft.ca/${{ gitea.repository }}
- name: Check out repository code
uses: https://github.com/actions/checkout@v3