mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-07 09:33:04 -05:00
Fix workflow submodule checkout failure
Remove submodules: true from actions/checkout since the mocks submodule is not accessible and not needed for the build. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
f771983e25
commit
3fa2f55437
2
.github/workflows/build-arik-container.yml
vendored
2
.github/workflows/build-arik-container.yml
vendored
@ -11,8 +11,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: Install required APT packages
|
- name: Install required APT packages
|
||||||
run: sudo apt install -y libsqlite3-dev
|
run: sudo apt install -y libsqlite3-dev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user