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 1613742 commit f634c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
choco install visualstudio2019buildtools
--package-parameters
"--add Microsoft.VisualStudio.Component.VC.v142.x86.x64 --passive --locale en-US"
--version=16.7.7.0;
"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars32.bat"
&& cl /?
--version=16.7.7.0
&& '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars32.bat"
&& cl /?'
# - name: configure
# run: ./configure
# - name: make
Expand Down

0 comments on commit f634c50

Please sign in to comment.