Skip to content

Commit

Permalink
优化编译
Browse files Browse the repository at this point in the history
  • Loading branch information
larryli committed Apr 2, 2024
1 parent 5d572c5 commit 843a16e
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 @@ -26,7 +26,7 @@ jobs:
- name: Configure
run: cmake -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded -DCMAKE_C_FLAGS_RELEASE="/MT /O2" -A ${{matrix.config.platform}} -B ${{github.workspace}}/build
- name: Build
run: cmake --build ${{github.workspace}}/build --config Release -j
run: cmake --build ${{github.workspace}}/build --config Release --target putty pscp psftp puttytel plink pageant puttygen pterm -j
- name: Archive
if: ${{ github.ref_type == 'tag' }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 843a16e

Please sign in to comment.