From b4d0eb04c117a097f9a473739856efe2595b5219 Mon Sep 17 00:00:00 2001 From: Alex Samuel Date: Tue, 23 Jul 2024 11:59:44 -0400 Subject: [PATCH] Install Litestream. --- .github/workflows/makefile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e51b364b..eaf1564b 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install Litestream + run: sudo apt install litestream + - name: Upgrade pip run: pip3 install --upgrade pip 'setuptools>=61'