Skip to content

Commit

Permalink
fixup! ci: fix windows plugin builds
Browse files Browse the repository at this point in the history
by no longer using an old version of Visual Studio
that is no longer present on windows-latest.
  • Loading branch information
TheSlowGrowth committed Sep 4, 2024
1 parent 9963279 commit 6ea80a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Configure
run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 -B plugin/build -S plugin
cmake.exe -G "Visual Studio 17 2022" -A x64 -A version=10.0.22621.0 -B plugin/build -S plugin
- name: Build
run: |
Expand Down

0 comments on commit 6ea80a8

Please sign in to comment.