Update URL of tap-plugins submodule (#7087)

This commit is contained in:
Dominic Clark
2024-01-31 21:44:12 +00:00
committed by GitHub
parent 339644a418
commit a8e427fcb8
2 changed files with 3 additions and 2 deletions

View File

@@ -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