From 8b0b784ec428c328a869696c214a5f46278f16b2 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 3 Nov 2022 16:28:22 -0700 Subject: [PATCH] with checkout --- .github/workflows/ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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