Skip to content

Commit

Permalink
add the missing versions of the max sdk to the ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmherokiller committed Nov 30, 2023
1 parent 57ae7ea commit f7f25bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
- { sdk-version: 2017, generator: Visual Studio 16 2019, arch: x64, str: windows-x64 }
- { sdk-version: 2019, generator: Visual Studio 16 2019, arch: x64, str: windows-x64 }
- { sdk-version: 2020, generator: Visual Studio 16 2019, arch: x64, str: windows-x64 }
- { sdk-version: 2023, generator: Visual Studio 16 2019, arch: x64, str: windows-x64 }
- { sdk-version: 2024, generator: Visual Studio 16 2019, arch: x64, str: windows-x64 }

steps:
- name: Checkout Plasma
Expand Down

0 comments on commit f7f25bb

Please sign in to comment.