We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faeb1ba commit 664098cCopy full SHA for 664098c
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Install dependencies
18
- run: git submodule init --recursive
+ run: git submodule update --init --recursive --depth=1
19
20
- name: Create build directory
21
run: mkdir -p build
README.org
@@ -9,7 +9,7 @@ raylib
9
10
** Building
11
#+begin_src sh
12
-git submodule init --recursive # for raylib
+git submodule update --init --recursive --depth=1 # for raylib
13
cmake -Bbuild && cmake --build ./build
14
#+end_src
external/ogdf
0 commit comments