Skip to content

Commit 74f5fbd

Browse files
committed
fix ci error of fedora
1 parent a44a968 commit 74f5fbd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,18 @@ jobs:
201201
build_type: [Debug, Release]
202202

203203
steps:
204+
- name: Install Git first
205+
run: |
206+
dnf update -y
207+
dnf install -y git
208+
204209
- uses: actions/checkout@v4
205210
with:
206211
submodules: recursive
207212

208213
- name: Install dependencies
209214
run: |
210-
dnf update -y
211-
dnf install -y cmake gcc-c++ make git
215+
dnf install -y cmake gcc-c++ make
212216
213217
- name: Configure CMake
214218
run: |

0 commit comments

Comments
 (0)