We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4672325 commit 41ce2d3Copy full SHA for 41ce2d3
.github/workflows/clang_tidy.yaml
@@ -17,6 +17,8 @@ jobs:
17
credentials:
18
username: ${{ github.actor }}
19
password: ${{ secrets.github_token }}
20
+ env:
21
+ VCPKG_ROOT: /opt/vcpkg # Path must match inside the Docker image
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments