diff --git a/.github/workflows/building-deb-backport.yml b/.github/workflows/building-deb-backport.yml index 9f9e44a..6028265 100755 --- a/.github/workflows/building-deb-backport.yml +++ b/.github/workflows/building-deb-backport.yml @@ -208,7 +208,8 @@ jobs: - name: Configure Base System run: | - bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/ + bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://debian-loong64.gxde.org/ + #bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/ - name: Building ${{ GITHUB.repository }} run: | diff --git a/.github/workflows/building-deb.yml b/.github/workflows/building-deb.yml index 3a6ee11..7e3430d 100755 --- a/.github/workflows/building-deb.yml +++ b/.github/workflows/building-deb.yml @@ -209,7 +209,8 @@ jobs: - name: Configure Base System run: | - bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/ + bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://debian-loong64.gxde.org/ + #bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/ - name: Building ${{ GITHUB.repository }} run: |