Skip to content

Commit b8120ec

Browse files
committed
ci : install git
1 parent 5f2fce8 commit b8120ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
203203
freeBSD-latest:
204-
runs-on: macos-13
204+
runs-on: macos-14
205205

206206
steps:
207207
- name: Clone
@@ -214,7 +214,7 @@ jobs:
214214
version: '14.2'
215215
run: |
216216
sudo pkg update
217-
sudo pkg install -y gmake sdl2 cmake
217+
sudo pkg install -y gmake sdl2 cmake git
218218
cmake -B build
219219
cmake --build build --config Release
220220

0 commit comments

Comments
 (0)