From a8e427fcb8d3d846ba79c8d74d73ef09ecb63c2d Mon Sep 17 00:00:00 2001 From: Dominic Clark Date: Wed, 31 Jan 2024 21:44:12 +0000 Subject: [PATCH] Update URL of tap-plugins submodule (#7087) --- .github/workflows/build.yml | 3 ++- .gitmodules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b08c3ba20..40ba209e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,8 @@ jobs: run: | add-apt-repository ppa:git-core/ppa apt-get update - apt-get --yes install git + apt-get --yes install apt-transport-https ca-certificates git + update-ca-certificates git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Check out uses: actions/checkout@v3 diff --git a/.gitmodules b/.gitmodules index fa6980ac5..4a6a0a3e3 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://github.com/tomszilagyi/tap-plugins + url = https://git.hq.sig7.se/tap-plugins.git [submodule "src/3rdparty/weakjack/weakjack"] path = src/3rdparty/weakjack/weakjack url = https://github.com/x42/weakjack.git