We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab838c commit ff7237cCopy full SHA for ff7237c
.github/workflows/ci.yml
@@ -129,6 +129,15 @@ jobs:
129
- name: Clone MrDocs
130
uses: actions/checkout@v4
131
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
+
141
- name: Setup CMake
142
uses: alandefreitas/cpp-actions/[email protected]
143
id: setup-cmake
0 commit comments