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 78019ae commit d8d900bCopy full SHA for d8d900b
.github/workflows/linux.yml
@@ -127,7 +127,7 @@ jobs:
127
steps:
128
- uses: ammaraskar/gcc-problem-matcher@master
129
- name: ⬇️ Install git
130
- run: apt-get update ; apt-get install --no-install-recommends -y git
+ run: apt-get update ; apt-get install --no-install-recommends -y git unzip
131
- name: ⬇️ Setup CMake
132
uses: lukka/get-cmake@latest
133
with:
@@ -163,7 +163,7 @@ jobs:
163
164
165
166
167
168
169
0 commit comments