From 4e5ce3f3bc323e578aa890b1cae3c9dfd160504b Mon Sep 17 00:00:00 2001 From: SergioMartin86 Date: Sun, 28 Apr 2024 10:57:28 +0200 Subject: [PATCH] Doing individual submodule loads --- .github/workflows/make.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index b51dfed3443..4f05e4c036d 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -23,6 +23,10 @@ jobs: chmod u+x llvm.sh; sudo ./llvm.sh 18; clang-18 --version; + - name: Getting submodule(s) + working-directory: ./waterbox/ + run: git submodule init llvm-project musl; + git submodule update llvm-project musl - name: Building musl working-directory: ./waterbox/musl run: ./wbox_configure.sh; @@ -58,7 +62,7 @@ jobs: uses: actions/download-artifact@v4 with: name: compiled-waterbox - - name: Getting GPGX submodule + - name: Getting submodule(s) working-directory: ./waterbox/gpgx run: git submodule init Genesis-Plus-GX; git submodule update Genesis-Plus-GX