Skip to content

Commit 2585fb5

Browse files
authored
cleanup: codeql yaml error (#7560)
1 parent 2e533a8 commit 2585fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
CC: "ccache gcc"
5151
CXX: "ccache g++"
52-
VCPKG_ROOT: {{github.workspace}}/build/vcpkg
52+
VCPKG_ROOT: ${{ github.workspace }}/build/vcpkg
5353
working-directory: "build/vcpkg"
5454
run: |
5555
./bootstrap-vcpkg.sh -disableMetrics

0 commit comments

Comments
 (0)