Skip to content

Commit 650f22c

Browse files
committed
Added missing "fi" (end-if) to cmake.yml
1 parent 9ae354d commit 650f22c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
echo "VCPKG_ROOT=$GITHUB_WORKSPACE/vcpkg" >> $GITHUB_ENV
4848
else
4949
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
50+
fi
5051
5152
- name: Cache/restore vcpkg dependencies
5253
uses: actions/cache@v3

0 commit comments

Comments
 (0)