From d14d77db0028f3e3f2162edba81f8706ca4ff2c9 Mon Sep 17 00:00:00 2001 From: songruining Date: Thu, 21 Nov 2024 17:46:30 +0800 Subject: [PATCH] chore: action --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b02b6a4..69d0773 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,9 @@ jobs: with: repository: google/cppdap path: cppdap + - name: init cppdap submodules + working-directory: ./cppdap + run: git submodule update --init - name: Checkout luau uses: actions/checkout@v4 with: