Skip to content

Commit

Permalink
尝试修复自动编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 7, 2025
1 parent c95b15c commit bd344d4
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 x64
# 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 -A x64 -DGitHubActions=1 -DFILE_VERSION="${{steps.tag.outputs.tag}}"

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

0 comments on commit bd344d4

Please sign in to comment.