ci: Add proxies to build workflow
Some checks failed
Build / build (pull_request) Failing after 1s
Check formatting / check-formatting (pull_request) Failing after 0s

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

View file

@ -9,6 +9,10 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
env:
HTTP_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888
HTTPS_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888
jobs: jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04