Skip to content

Commit

Permalink
fix build system detection
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmartins committed May 21, 2024
1 parent a8ab8ea commit 0ef0195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ runs:
- name: Detect build system
if: steps.cache-restore.outputs.cache-hit != 'true'
id: build-system
working-directory: .blogc-build
run: |
if [[ -e "CMakeLists.txt" ]]; then
echo "name=cmake" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0ef0195

Please sign in to comment.