Update sanitizer.yml

pull/5504/head
mosfet80 2024-03-15 16:26:58 +01:00 committed by GitHub
parent 0a1f6204d4
commit 751d820e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 8 deletions

View File

@ -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'