mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Avoid use of deprecated action
This commit is contained in:
6
.github/workflows/clang-tidy.yml
vendored
6
.github/workflows/clang-tidy.yml
vendored
@@ -43,10 +43,6 @@ jobs:
|
|||||||
dir: "${{ github.workspace }}/Qt/"
|
dir: "${{ github.workspace }}/Qt/"
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Set vcpkg's response file path used as part of cache's key.
|
|
||||||
uses: lukka/set-shell-env@master
|
|
||||||
with:
|
|
||||||
VCPKGRESPONSEFILE: ${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}
|
|
||||||
- name: Run vcpkg
|
- name: Run vcpkg
|
||||||
uses: lukka/run-vcpkg@v7
|
uses: lukka/run-vcpkg@v7
|
||||||
id: runvcpkg
|
id: runvcpkg
|
||||||
@@ -54,8 +50,6 @@ jobs:
|
|||||||
vcpkgArguments: "@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}"
|
vcpkgArguments: "@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}"
|
||||||
vcpkgDirectory:
|
vcpkgDirectory:
|
||||||
"${{ github.workspace }}/ThirdParty/vcpkg"
|
"${{ github.workspace }}/ThirdParty/vcpkg"
|
||||||
# Ensure the cache key changes any time the content of the response file changes.
|
|
||||||
appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-clang-tidy-v01
|
|
||||||
- name: Create compile commands and run clang-tidy
|
- name: Create compile commands and run clang-tidy
|
||||||
# https://clang.llvm.org/extra/doxygen/run-clang-tidy_8py_source.html
|
# https://clang.llvm.org/extra/doxygen/run-clang-tidy_8py_source.html
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user