Skip to content

Commit ba9b668

Browse files
committed
Fix example submodule not fetched
1 parent 269bb36 commit ba9b668

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/sh
22
set -e
33

4-
# to support git submodule
5-
git config --global user.name 'Fahmi Akbar Wildana'
6-
git config --global user.email '[email protected]'
7-
84
mkdir --parents ${HOME}/.bin/
95
export PATH="$HOME/.cargo/bin:${HOME}/.bin:$PATH"
106

0 commit comments

Comments
 (0)