diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681f6d2..c0ad9a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Fetch Commander dependency + shell: bash + run: git clone --depth 1 https://github.com/steipete/Commander.git ../Commander + - name: Select Xcode uses: maxim-lobanov/setup-xcode@v1 with: