From d0ed18b5eb4d39c63977fdd5889e876ff5bc76c0 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 1 Aug 2024 11:19:02 +0200 Subject: [PATCH] Update location of notmuch git repository --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0f6d4ca8..9451f7b14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: DEBIAN_FRONTEND: noninteractive - name: clone the notmuch repository - run: git clone --depth 1 git://notmuchmail.org/git/notmuch notmuch + run: git clone --depth 1 https://git.notmuchmail.org/git/notmuch notmuch - name: build the notmuch bindings run: |