From 0a1f6204d4d2f524bbf274d8b4a7be28aebfb15a Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 15 Mar 2024 16:18:23 +0100 Subject: [PATCH] Update sanitizer.yml --- .github/workflows/sanitizer.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index ff4e79e72..07adf4a6a 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -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