Update sanitizer.yml
parent
eaef52e0cd
commit
0a1f6204d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue