Skip to content

Commit

Permalink
Adding visual studio build tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidanovic committed Oct 16, 2024
1 parent 99e2939 commit abebfd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# For more specific OS versions, you can specify them explicitly:
# os: [ubuntu-20.04, windows-2019, macos-11]

steps:
- name: Checkout code
Expand All @@ -28,8 +26,8 @@ jobs:
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
run: |
choco install -y visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --includeOptional"
choco install -y ninja
choco install -y visualstudio2022community --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.CMake.Project"
shell: pwsh

- name: Install dependencies (Ubuntu)
Expand Down

0 comments on commit abebfd9

Please sign in to comment.