Fix workflow and submodule configuration

Update mocks submodule to use the upstream iv-org repository
(https://github.com/iv-org/mocks) instead of the inaccessible
NeskireDK fork path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
NeskireDK 2026-08-12 18:03:02 +02:00
parent 3fa2f55437
commit 31fe847126
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
- name: Install required APT packages
run: sudo apt install -y libsqlite3-dev

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "mocks"]
path = mocks
url = ../mocks
url = https://github.com/iv-org/mocks