From c82662a72bebbb0596136515edd3d9d3d96df865 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Tue, 24 Feb 2026 01:54:41 +0530 Subject: [PATCH] CI: improve more ci worflow --- .github/workflows/nightly.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 22c8ec44..d130a5a4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,12 +16,12 @@ jobs: runs-on: macos-26 steps: - # - uses: actions/checkout@v4 - # with: - # submodules: recursive - # fetch-depth: 0 + - uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - # - run: brew install ldid xcbeautify + - run: brew install ldid xcbeautify # -------------------------------------------------- # runtime env setup