Update deps for action runner
Some checks failed
Source release / source-package (push) Failing after 28s
Some checks failed
Source release / source-package (push) Failing after 28s
This commit is contained in:
@@ -26,20 +26,6 @@ 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
|
||||
@@ -52,7 +38,8 @@ jobs:
|
||||
curl \
|
||||
jq \
|
||||
libgdbm-dev \
|
||||
libcrypt-dev
|
||||
libcrypt-dev \
|
||||
libpam0g-dev
|
||||
|
||||
- name: Configure
|
||||
run: cmake -S . -B "$BUILD_DIR"
|
||||
|
||||
Reference in New Issue
Block a user