From 62b06cf17a8453dc9dba1cebc9dc0483d6b2244b Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 10 Nov 2022 22:24:43 -0800 Subject: [PATCH] n/m --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7eff9..630f2be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,9 @@ jobs: matrix: arch: [x64] # TODO: add x86 steps: + - uses: actions/checkout@v3 + with: + submodules: recursive - id: setup-php-sdk uses: cmb69/setup-php-sdk@v0.6 with: @@ -117,9 +120,6 @@ jobs: with: arch: ${{ matrix.arch }} toolset: ${{steps.setup-php-sdk.outputs.toolset}} - - uses: actions/checkout@v3 - with: - submodules: recursive - run: phpize - run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt - run: nmake @@ -134,6 +134,9 @@ jobs: matrix: arch: [x64] # TODO: add x86 steps: + - uses: actions/checkout@v3 + with: + submodules: recursive - id: setup-php-sdk uses: cmb69/setup-php-sdk@v0.6 with: @@ -144,9 +147,6 @@ jobs: with: arch: ${{ matrix.arch }} toolset: ${{steps.setup-php-sdk.outputs.toolset}} - - uses: actions/checkout@v3 - with: - submodules: recursive - run: phpize - run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared - run: nmake