commit 13c5869a7ddfe895f9104e5f28530930d28b8eca parent 04deb37bbec28026ca21d14a0f54183f290da9a3 Author: Jacki <jacki@thejackimonster.de> Date: Sun, 21 Dec 2025 05:23:39 +0100 Adjust remotes in automatic build workflow Signed-off-by: Jacki <jacki@thejackimonster.de> Diffstat:
| M | .github/workflows/linux.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml @@ -15,7 +15,7 @@ jobs: - name: Download framework run: | - git clone https://git.gnunet.org/gnunet.git + git clone https://github.com/TheJackiMonster/gnunet.git - name: Install dependencies (framework) run: | @@ -35,7 +35,7 @@ jobs: - name: Checkout library run: | - git clone https://git.gnunet.org/libgnunetchat.git + git clone https://github.com/TheJackiMonster/libgnunetchat.git - name: Install dependencies (application) run: |