浏览代码

Merge pull request #5159 from mosfet80/patch-4

Update run-cmake into sanitizer.yml
Kim Kulling 2 年之前
父节点
当前提交
cf7d363766
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/sanitizer.yml

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

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