Skip to content

Commit

Permalink
das
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Apr 23, 2024
1 parent 1b949d5 commit 82caf41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,11 @@ jobs:
- name: Setup msvc
if: ${{ matrix.config.compiler_name == 'msvc' }}
shell: cmd
shell: bash
run: |
echo "CMAKE_CONFIG_EXTRA=$(echo $CMAKE_CONFIG_EXTRA -G'${{ matrix.config.cmake_generator }}' -T'${{ matrix.config.compiler_version }}' -Ax64)" >> $GITHUB_ENV
echo "CMAKE_BUILD_EXTRA=$(echo $CMAKE_BUILD_EXTRA --config ${{ matrix.build_mode }})" >> $GITHUB_ENV
reg query HKEY_CURRENT_USER\Environment
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"
VSWhere
#echo "PATH=$(echo $PATH '$(VCToolsInstallDir)/Hostx64/x64')" >> $GITHUB_ENV
- name: Enable Address and Undefined Sanitizer
Expand Down

0 comments on commit 82caf41

Please sign in to comment.