Update sanitizer.yml

pull/5493/head
mosfet80 2024-03-15 16:18:23 +01:00 committed by GitHub
parent eaef52e0cd
commit 0a1f6204d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@ jobs:
- uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
- uses: lukka/set-shell-env@v1
- uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
# action you need, `v11` in this case to stay up
# to date with fixes on the v11 branch.
with:
CXX: clang++
CC: clang
@ -41,6 +44,9 @@ jobs:
- uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
- uses: lukka/set-shell-env@v1
- uses: lukka/run-vcpkg@v11 # Always specify the specific _version_ of the
# action you need, `v11` in this case to stay up
# to date with fixes on the v11 branch.
with:
CXX: clang++
CC: clang