Skip to content
Snippets Groups Projects
Unverified Commit 04c57b32 authored by James Briggs's avatar James Briggs
Browse files

fix: try installing git in workflow

parent b56ed48b
Branches
Tags
No related merge requests found
......@@ -21,6 +21,8 @@ jobs:
# - "3.12"
steps:
- uses: actions/checkout@v4
- name: Install Git
run: sudo apt-get install git
- name: Cache Poetry
uses: actions/cache@v3
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment