Skip to content

Commit 0b507b7

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@ 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+
id: package-install
136+
env:
137+
DEBIAN_FRONTEND: 'noninteractive'
138+
TZ: 'Etc/UTC'
139+
with:
140+
apt-get: git
141+
132142
- name: Setup CMake
133143
uses: alandefreitas/cpp-actions/[email protected]
134144
id: setup-cmake

0 commit comments

Comments
 (0)