From bad9f9ec93e72b509f0cb1841e5fa20923add916 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sat, 20 Jan 2024 20:39:09 +1100 Subject: [PATCH] submodule update --- .gitea/workflows/deb.yaml | 4 ++-- .gitmodules | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deb.yaml b/.gitea/workflows/deb.yaml index 2a16364..8134ef6 100644 --- a/.gitea/workflows/deb.yaml +++ b/.gitea/workflows/deb.yaml @@ -12,8 +12,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - name: Checkout submodules - run: git submodule update --init --recursive + with: + submodules: 'recursive' - name: Build .deb run: "cargo deb --target=aarch64-unknown-linux-gnu" - name: Add .deb to apt repository diff --git a/.gitmodules b/.gitmodules index 5137d2e..4fd472e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendored/teslatte"] - path = vendored/teslatte - url = https://github.com/italicsjenga/teslatte +path = vendored/teslatte +url = https://git.alexjanka.com/alex/teslatte