From 2c87088079c3d7ad50eef8c8d03f0d7fc662c744 Mon Sep 17 00:00:00 2001 From: Kazuki Y <6259214+kazu0617@users.noreply.github.com> Date: Sat, 17 Dec 2022 21:49:28 +0900 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index ea7f05d9f..2fb20def4 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - name: [ubuntu-latest-g++, macos-latest-clang++, windows-latest-cl.exe, ubuntu-latest-clang++, ubuntu-gcc-hunter, macos-clang-hunter] + name: [ubuntu-latest-g++, macos-latest-clang++, windows-latest-cl.exe, ubuntu-latest-clang++, ubuntu-gcc-hunter, macos-clang-hunter, windows-msvc-hunter] # For Windows msvc, for Linux and macOS let's use the clang compiler, use gcc for Linux. include: - name: windows-latest-cl.exe @@ -41,9 +41,9 @@ jobs: - name: macos-clang-hunter os: macos-latest toolchain: ninja-clang-cxx17-fpic - #- name: windows-msvc-hunter - # os: windows-latest - # toolchain: ninja-vs-win64-cxx17 + - name: windows-msvc-hunter + os: windows-latest + toolchain: ninja-vs-win64-cxx17 steps: - uses: actions/checkout@v3 @@ -130,11 +130,11 @@ jobs: - uses: actions/upload-artifact@v3 if: contains(matrix.name, 'latest') with: - name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}' + name: 'assimp-bins-${{ matrix.name }}' path: build/bin - uses: marvinpinto/action-automatic-releases@latest - if: contains(matrix.name, 'windows-latest-cl.exe') + if: contains(matrix.name, 'windows-msvc-hunter') with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "master"