Skip to content

Commit

Permalink
Explicitly request VS2022 in msvc_latest job
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomrade committed Feb 26, 2024
1 parent e250855 commit 9a0fa53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ inputs.arch }}
vsversion: 2022

- name: Configure
run: cmake -S . -B Build -G "NMake Makefiles" -D CMAKE_BUILD_TYPE=${{ inputs.type }}
Expand All @@ -39,7 +40,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: c1-launcher-${{ inputs.arch }}-${{ github.ref_name }}-${{ github.sha }}
name: c1-launcher-${{ inputs.arch }}-vs2022-${{ github.ref_name }}-${{ github.sha }}
path: |
Build/*.exe
Build/*.pdb
Expand Down

0 comments on commit 9a0fa53

Please sign in to comment.