I guess I do not need make submodule any more?
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m48s

This commit is contained in:
Emil Lerch 2025-01-19 10:34:34 -08:00
parent 1ffb0ca842
commit 16e620ebe1
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ jobs:
./init.sh -y ./init.sh -y
export PATH=$HOME/.nimble/bin:$PATH export PATH=$HOME/.nimble/bin:$PATH
cd chawan cd chawan
make submodule
make make
rm -rf /usr/local/* rm -rf /usr/local/*
make install make install

View File

@ -56,7 +56,6 @@ jobs:
./init.sh -y ./init.sh -y
export PATH=$HOME/.nimble/bin:$PATH export PATH=$HOME/.nimble/bin:$PATH
cd chawan cd chawan
make submodule
make make
rm -rf /usr/local/* rm -rf /usr/local/*
make install make install