We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e533a8 commit 2585fb5Copy full SHA for 2585fb5
1 file changed
.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
49
env:
50
CC: "ccache gcc"
51
CXX: "ccache g++"
52
- VCPKG_ROOT: {{github.workspace}}/build/vcpkg
+ VCPKG_ROOT: ${{ github.workspace }}/build/vcpkg
53
working-directory: "build/vcpkg"
54
run: |
55
./bootstrap-vcpkg.sh -disableMetrics
0 commit comments