Update ccpp.yml

fix sanitizer warning
pull/5158/head
mosfet80 2023-06-22 21:32:02 +02:00 committed by GitHub
parent 3b5d0cef33
commit 90cbd710d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,14 +56,14 @@ jobs:
- name: Set Compiler Environment
if: "!endsWith(matrix.name, 'hunter')"
uses: lukka/set-shell-env@v1
uses: lukka/set-shell-env@v3
with:
CXX: ${{ matrix.cxx }}
CC: ${{ matrix.cc }}
- name: Set Compiler Environment for Hunter on Windows
if: startsWith(matrix.name, 'windows') && endsWith(matrix.name, 'hunter')
uses: lukka/set-shell-env@v1
uses: lukka/set-shell-env@v3
with:
VS160COMNTOOLS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools