Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege authored Dec 5, 2024
1 parent 34cf304 commit c5a6f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: chcp 65001 && cmake -B ${{github.workspace}}/build -DGitHubActions=1 -DFILE_VERSION=${{steps.tag.outputs.tag}}
run: chcp 65001 && cmake -B ${{github.workspace}}/build -DGitHubActions=1 -DFILE_VERSION="${{steps.tag.outputs.tag}}"

- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit c5a6f7d

Please sign in to comment.