Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu0617 committed Dec 17, 2022
1 parent 2ec097b commit 2c87088
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2c87088

Please sign in to comment.