Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Nov 13, 2024
1 parent 04d56e9 commit 96f3e6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4


- name: Install Visual Studio 2022 Build Tools
run: |
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools"
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
with:
Expand Down

0 comments on commit 96f3e6c

Please sign in to comment.