From c87ff4194f79ca8791a1da714bc0ba7554311861 Mon Sep 17 00:00:00 2001 From: Dominic Clark Date: Fri, 16 Feb 2024 18:56:30 +0000 Subject: [PATCH] Use GitHub mirror of tap-plugins (#7110) --- .github/workflows/build.yml | 3 +-- .gitmodules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40ba209e3..b08c3ba20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,8 +171,7 @@ jobs: run: | add-apt-repository ppa:git-core/ppa apt-get update - apt-get --yes install apt-transport-https ca-certificates git - update-ca-certificates + apt-get --yes install git git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Check out uses: actions/checkout@v3 diff --git a/.gitmodules b/.gitmodules index 4a6a0a3e3..c85f7e5d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = https://github.com/swh/ladspa [submodule "plugins/LadspaEffect/tap/tap-plugins"] path = plugins/LadspaEffect/tap/tap-plugins - url = https://git.hq.sig7.se/tap-plugins.git + url = https://github.com/lmms/tap-plugins [submodule "src/3rdparty/weakjack/weakjack"] path = src/3rdparty/weakjack/weakjack url = https://github.com/x42/weakjack.git