Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…codes into monorepo
  • Loading branch information
dimaslanjaka committed May 4, 2023
2 parents e69e052 + 3181837 commit 2bd3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git submodule sync
git submodule foreach "git submodule sync"
echo "update submodules"
mkdir bin
mkdir -p bin >/dev/null 2>&1
curl -L https://github.com/dimaslanjaka/bin/raw/master/bin/submodule-install > bin/submodule-install
rm -rf .git/modules
bash ./bin/submodule-install
Expand Down

0 comments on commit 2bd3a3a

Please sign in to comment.