Skip to content

Commit d8d900b

Browse files
authored
Update linux.yml
1 parent 78019ae commit d8d900b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: ammaraskar/gcc-problem-matcher@master
129129
- name: ⬇️ Install git
130-
run: apt-get update ; apt-get install --no-install-recommends -y git
130+
run: apt-get update ; apt-get install --no-install-recommends -y git unzip
131131
- name: ⬇️ Setup CMake
132132
uses: lukka/get-cmake@latest
133133
with:
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- uses: ammaraskar/gcc-problem-matcher@master
165165
- name: ⬇️ Install git
166-
run: apt-get update ; apt-get install --no-install-recommends -y git
166+
run: apt-get update ; apt-get install --no-install-recommends -y git unzip
167167
- name: ⬇️ Setup CMake
168168
uses: lukka/get-cmake@latest
169169
with:

0 commit comments

Comments
 (0)