Skip to content

Commit 664098c

Browse files
author
Artem Son
committed
fix: submodules
1 parent faeb1ba commit 664098c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install dependencies
18-
run: git submodule init --recursive
18+
run: git submodule update --init --recursive --depth=1
1919

2020
- name: Create build directory
2121
run: mkdir -p build

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ raylib
99

1010
** Building
1111
#+begin_src sh
12-
git submodule init --recursive # for raylib
12+
git submodule update --init --recursive --depth=1 # for raylib
1313
cmake -Bbuild && cmake --build ./build
1414
#+end_src
1515

external/ogdf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)