1 parent a44a968 commit 74f5fbdCopy full SHA for 74f5fbd
1 file changed
.github/workflows/linux-build.yml
@@ -201,14 +201,18 @@ jobs:
201
build_type: [Debug, Release]
202
203
steps:
204
+ - name: Install Git first
205
+ run: |
206
+ dnf update -y
207
+ dnf install -y git
208
+
209
- uses: actions/checkout@v4
210
with:
211
submodules: recursive
212
213
- name: Install dependencies
214
run: |
- dnf update -y
- dnf install -y cmake gcc-c++ make git
215
+ dnf install -y cmake gcc-c++ make
216
217
- name: Configure CMake
218
0 commit comments