From 751d820e8472e6c507dd0b346aa958958293af8b Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 15 Mar 2024 16:26:58 +0100 Subject: [PATCH] Update sanitizer.yml --- .github/workflows/sanitizer.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 07adf4a6a..41fddf3d7 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -17,15 +17,13 @@ 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 - name: configure and build - uses: lukka/run-cmake@v10 + uses: lukka/run-cmake@v10.1 with: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt' @@ -44,15 +42,13 @@ 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 - name: configure and build - uses: lukka/run-cmake@v10 + uses: lukka/run-cmake@v10.1 with: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'