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 0b507b7Copy full SHA for 0b507b7
.github/workflows/ci.yml
@@ -129,6 +129,16 @@ 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
+ id: package-install
136
+ env:
137
+ DEBIAN_FRONTEND: 'noninteractive'
138
+ TZ: 'Etc/UTC'
139
+ with:
140
+ apt-get: git
141
+
142
- name: Setup CMake
143
uses: alandefreitas/cpp-actions/[email protected]
144
id: setup-cmake
0 commit comments