We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2459b0f commit efb2f78Copy full SHA for efb2f78
.github/workflows/update-subtree.yml
@@ -85,6 +85,7 @@ jobs:
85
if: ${{ env.SUBTREE_PR_EXISTS == 'no' }}
86
run: |
87
cd splitsh-lite
88
+ sudo apt-get update
89
sudo apt-get install -y golang libgit2-dev
90
# git2go upstream hasn't been updated to more recent versions of
91
# libgit2, so using a fork that does stay up to date
0 commit comments