Skip to content

Commit

Permalink
Added missing "fi" (end-if) to cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Dec 10, 2024
1 parent 9ae354d commit 650f22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
echo "VCPKG_ROOT=$GITHUB_WORKSPACE/vcpkg" >> $GITHUB_ENV
else
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
fi
- name: Cache/restore vcpkg dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 650f22c

Please sign in to comment.