Skip to content

Commit

Permalink
#156 - updated CMakeLists.txt: invisible Unicode character (U+00A0, n…
Browse files Browse the repository at this point in the history
…on-breaking space) after build instead of a regular space, which is causing cmake to fail silently and not create the build directory [gha]
  • Loading branch information
oxy86 committed Dec 2, 2024
1 parent 13b681e commit cc13091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Export VERSION as an environment variable for subsequent steps
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Determined build version ${{ env.VERSION }}
- name: Determined build version ${{ env.VERSION }}
run: echo "VERSION is set to ${{ env.VERSION }}"

#
Expand Down Expand Up @@ -193,8 +193,8 @@ jobs:
ls
echo "🔧 Configuring project using 'cmake -S . -B build -DCMAKE_BUILD_TYPE=${{env.CMAKE_CONFIG}}' ..."
cmake -S . -B build -DCMAKE_BUILD_TYPE=${{env.CMAKE_CONFIG}}
cmake -S . -B build -DCMAKE_BUILD_TYPE=${{env.CMAKE_CONFIG}}
ls build/
echo "🚧 Compiling the project..."
Expand Down

0 comments on commit cc13091

Please sign in to comment.