Skip to content

Commit ff7237c

Browse files
committed
ci: containers install git
1 parent 8ab838c commit ff7237c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ jobs:
129129
- name: Clone MrDocs
130130
uses: actions/checkout@v4
131131

132+
- name: Install Git
133+
uses: alandefreitas/cpp-actions/[email protected]
134+
if: matrix.container != ''
135+
env:
136+
DEBIAN_FRONTEND: 'noninteractive'
137+
TZ: 'Etc/UTC'
138+
with:
139+
apt-get: git
140+
132141
- name: Setup CMake
133142
uses: alandefreitas/cpp-actions/[email protected]
134143
id: setup-cmake

0 commit comments

Comments
 (0)