From 7ff2bce45935b8dc8b23b713de99585d1f8a3155 Mon Sep 17 00:00:00 2001 From: TD-er Date: Wed, 2 Nov 2022 10:32:45 +0100 Subject: [PATCH] [Build] Update pygit2 lib to fix GitHub Actions builds --- .github/workflows/build.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9124bcd52..64cae3f70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,6 +80,7 @@ jobs: run: | sudo apt-get update sudo apt install binutils build-essential libffi-dev python-dev libgit2-dev + pip3 install --upgrade pip pip install -r requirements.txt platformio update - name: Build and archive diff --git a/requirements.txt b/requirements.txt index 0a6f603b4..cd3ce2d79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ esptool==4.2.1 platformio>=6.0.2 -pygit2==1.9.1 \ No newline at end of file +pygit2==1.10.1 \ No newline at end of file