fix: use git dependency for tsclientlib (CI submodule compat)

Switch from path dependency to git dependency for tsclientlib/tsproto-packets
so CI can fetch them without needing git submodule initialization.
This commit is contained in:
ReTeamSpeak
2026-05-12 22:24:24 +09:00
parent 55c9b9fec8
commit 2bbd1c41fd
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -31,8 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
@@ -96,8 +94,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
uses: dtolnay/rust-toolchain@stable