Skip to content

Commit

Permalink
其他更新:更新Windows-MSVC.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOROyo123 committed May 11, 2024
1 parent 8dfc01b commit 072cf2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: >
cmake -B ${{github.workspace}}/build
-DCMAKE_CXX_COMPILER= cl
-DCMAKE_CXX_COMPILER=cl
-DCMAKE_C_COMPILER=cl
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Deploy Compress folder
run: |
move ${{github.workspace}}\bin\Koro_Caster_Service\${{env.BUILD_TYPE}}\* ${{github.workspace}}\bin\Koro_Caster_Service\
rmdir /s /q ${{github.workspace}}\bin\Koro_Caster_Service\${{env.BUILD_TYPE}}
rmdir /s ${{github.workspace}}\bin\Koro_Caster_Service\${{env.BUILD_TYPE}}
xcopy /S /E /I ${{github.workspace}}\env\Redis-7.0.15-Windows-x64\ ${{github.workspace}}\bin\Koro_Caster_Service\env\Redis-7.0.15-Windows-x64\
Expand Down

0 comments on commit 072cf2b

Please sign in to comment.