ci: Configure proxies directly in Git
Some checks failed
Check formatting / check-formatting (pull_request) Failing after 0s
Build / build (pull_request) Failing after 10s

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2025-04-20 22:12:58 +02:00
parent 5237e81754
commit dbf50fa9d3
Signed by: Mark.TwoFive
GPG key ID: E906A79D91006ECD

View file

@ -17,6 +17,10 @@ jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Configure proxies
run: |
git config --global http.proxy "$HTTP_PROXY"
git config --global https.proxy "$HTTPS_PROXY"
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0