diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 18fa4e5..e1f1c3d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -13,6 +13,11 @@ jobs: matrix: os: [ macos-12, windows-latest, ubuntu-latest ] steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + submodules: recursive + - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.12 with: @@ -38,6 +43,7 @@ jobs: - name: Build C side with cmake run: | + ls cmake . cmake --build .