diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e0bdedc..8ebb9fd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,6 +9,8 @@ jobs: container: image: structurizr/cli:latest steps: + - name: Install git + run: apt-get update && apt-get install -y git - uses: actions/checkout@v4 - name: Generate diagrams run: |