ci: Git proxy config moved to runner-env
Some checks failed
Check formatting / check-formatting (pull_request) Failing after 13s
Build / build (pull_request) Failing after 20s

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

View file

@ -17,10 +17,6 @@ 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