From b206f89336ecf12803ec73e689650381ae9f9c03 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Oct 2019 11:01:10 +0530 Subject: [PATCH] Also fix perms on .git --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93ce64cb89..191ec09cbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,4 +60,4 @@ jobs: - name: Test calibre run: | runuser -u ci -- python setup.py test - chmod +777 .git/config + chmod +777 .git .git/config