diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dc1b4f..95c4dc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,15 +104,14 @@ jobs: matrix: arch: [x64] steps: - - uses: ilammy/msvc-dev-cmd@v1 - with: - arch: ${{ matrix.arch }} - uwp: false - spectre: true - - name: Build ${{ env.PACKAGE_NAME }} + consumers - run: | - ls - php + - name: Checkout Sources + uses: actions/checkout@v2 + with: + submodules: true + - name: Build ${{ env.PACKAGE_NAME }} + consumers + run: | + ls + php # windows-vc14: # runs-on: windows-latest