Browse Source

Merge pull request #5159 from mosfet80/patch-4

Update run-cmake into sanitizer.yml
Kim Kulling 2 years ago
parent
commit
cf7d363766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/sanitizer.yml

+ 1 - 1
.github/workflows/sanitizer.yml

@@ -46,7 +46,7 @@ jobs:
         CC: clang
         CC: clang
     
     
     - name: configure and build
     - name: configure and build
-      uses: lukka/run-cmake@v2
+      uses: lukka/run-cmake@v3
       with:
       with:
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
         cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
         cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'