This commit is contained in:
@@ -26,6 +26,20 @@ jobs:
|
||||
git submodule sync --recursive
|
||||
git submodule update --init --recursive
|
||||
|
||||
- name: Debug submodules
|
||||
run: |
|
||||
echo "== submodule status =="
|
||||
git submodule status
|
||||
|
||||
echo "== smart ls =="
|
||||
ls -la smart || true
|
||||
|
||||
echo "== smart files =="
|
||||
find smart -maxdepth 2 -type f | sort || true
|
||||
|
||||
echo "== smart head =="
|
||||
git -C smart rev-parse HEAD || true
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
|
||||
Reference in New Issue
Block a user