Skip to content

Commit

Permalink
Trying to fix action. Try 8/∞.
Browse files Browse the repository at this point in the history
  • Loading branch information
quswadress committed May 23, 2024
1 parent 8353bc5 commit e605d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-OutFile .\vs_BuildTools.exe &&
Start-Process -Wait .\vs_BuildTools.exe -ArgumentList
"--quiet", "--nocache", "--wait", "--norestart", "--add",
"Microsoft.VisualStudio.Workload.VCTools;includeRecommended"
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
if: runner.os == 'Windows'
- name: Build project
run: pip install -v .
Expand Down

0 comments on commit e605d12

Please sign in to comment.