From e681a319a4105f18aa7f179ff30e7d6d0e6e18c0 Mon Sep 17 00:00:00 2001 From: YoloMao Date: Mon, 28 Aug 2023 17:17:04 +0800 Subject: [PATCH] ci: fix pod install path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07cd218d4..911f0c85e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}-pods- - name: Pod Install - run: pod install + run: cd Example && pod install && cd .. - name: Run tests to generate coverage statistics # https://sonarsource.atlassian.net/browse/CPP-3987 run: |