Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veganaize authored Oct 16, 2024
1 parent 7c5c536 commit f2aa97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
key: vs2019-build-tools
path: |
c:\vs2019layout
~/vs2019layout
# - name: Run clang-tidy linter
# run: clang-tidy *.c *.h
# - name: Build x86 project
Expand All @@ -30,7 +30,7 @@ jobs:
choco install visualstudio2019buildtools
--version=16.7.7.0
--package-parameters
"--layout c:\vs2019layout --norestart --quiet --locale en-US --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Component.VC.v142.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core"
"--layout C:\Users\runneradmin\vs2019layout --norestart --quiet --locale en-US --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Component.VC.v142.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core"
- name: CL version
shell: cmd
run: >
Expand Down

0 comments on commit f2aa97b

Please sign in to comment.