diff --git a/.gitea/workflows/sca.yml b/.gitea/workflows/sca.yml index 50a3882..6ac3148 100644 --- a/.gitea/workflows/sca.yml +++ b/.gitea/workflows/sca.yml @@ -10,6 +10,9 @@ jobs: pip-audit: runs-on: ubuntu-latest steps: + - name: Install system deps + run: apt-get update -qq && apt-get install -y git -qq + - name: Checkout code run: | rm -rf repo