Skip to content

Commit

Permalink
The compiler version was updated to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zukaritasu committed Aug 18, 2024
1 parent 8e35fd0 commit 933d656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: MSBuild of plugin dll
working-directory: vstudio\vs.proj\
run: msbuild NppPluginTemplate.vcxproj /m /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v142"
run: msbuild NppPluginTemplate.vcxproj /m /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v143"

- name: Archive artifacts for x64
if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release'
Expand Down

0 comments on commit 933d656

Please sign in to comment.