Skip to content

Commit

Permalink
Update Windows_Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Jun 25, 2024
1 parent 849ff93 commit 9264aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake --trace --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --trace

- name: Upload executable
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9264aa9

Please sign in to comment.