Skip to content

I want more

I want more #12

Workflow file for this run

on:
push:
jobs:
wat:
runs-on: windows-2022
steps:
- name: Hm
shell: bash
run: |
vswhere -products 'Microsoft.VisualStudio.Product.BuildTools' -all -format json
- name: More
run: |
Get-VSSetupInstance -All
- name: Okk
shell: bash
run: |
vswhere -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -format json