From f500f724af2495e1fd3a9567c3e5c9ee56e09ec6 Mon Sep 17 00:00:00 2001 From: cassiobotaro Date: Fri, 29 Mar 2024 12:34:22 -0300 Subject: [PATCH] away --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: |