From e49f3c7bd0f71f9843ad5469f2841e0caeccc120 Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 12 Oct 2022 10:26:22 +0700 Subject: [PATCH] disable vcc compiler test --- .github/workflows/ci.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d24a81..aeb3609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,21 +203,21 @@ jobs: nimble install -y --depsOnly env TEST_LANG="${{ matrix.test_lang }}" nimble test - - name: Setup VCC (Windows-i386) - if: runner.os == 'Windows' && matrix.target.cpu == 'i386' - uses: ilammy/msvc-dev-cmd@v1.5.0 - with: - arch: amd64_x86 - - - name: Setup VCC (Windows-amd64) - if: runner.os == 'Windows' && matrix.target.cpu == 'amd64' - uses: ilammy/msvc-dev-cmd@v1.5.0 - with: - arch: x64 - - - name: Test using VCC - if: runner.os == 'Windows' - shell: cmd - working-directory: nimPNG - run: | - env TEST_LANG="${{ matrix.test_lang }}" nimble testvcc + #- name: Setup VCC (Windows-i386) + # if: runner.os == 'Windows' && matrix.target.cpu == 'i386' + # uses: ilammy/msvc-dev-cmd@v1.5.0 + # with: + # arch: amd64_x86 + # + #- name: Setup VCC (Windows-amd64) + # if: runner.os == 'Windows' && matrix.target.cpu == 'amd64' + # uses: ilammy/msvc-dev-cmd@v1.5.0 + # with: + # arch: x64 + # + #- name: Test using VCC + # if: runner.os == 'Windows' + # shell: cmd + # working-directory: nimPNG + # run: | + # env TEST_LANG="${{ matrix.test_lang }}" nimble testvcc