We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f2dd8 commit 7643168Copy full SHA for 7643168
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Setup dependencies
39
run:
40
sudo apt-get install tree
41
+ - run: git config --global protocol.file.allow always # workaround for https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586
42
- name: test
43
env:
44
CI: true
0 commit comments