mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
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:
parent
3fa2f55437
commit
31fe847126
2
.github/workflows/build-arik-container.yml
vendored
2
.github/workflows/build-arik-container.yml
vendored
@ -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
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "mocks"]
|
||||
path = mocks
|
||||
url = ../mocks
|
||||
url = https://github.com/iv-org/mocks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user