mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
ci: removed install cmake step for windows
This commit is contained in:
7
.github/workflows/Test NSIS.yml
vendored
7
.github/workflows/Test NSIS.yml
vendored
@@ -16,10 +16,7 @@ jobs:
|
|||||||
- name: Install NSIS
|
- name: Install NSIS
|
||||||
run: choco install nsis --no-progress -y
|
run: choco install nsis --no-progress -y
|
||||||
|
|
||||||
- name: Install CMake
|
- name: Setup MSVC
|
||||||
run: choco install cmake --no-progress -y
|
|
||||||
|
|
||||||
- name: Setup MSVC (Visual Studio Build Tools)
|
|
||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
- name: Configure project
|
- name: Configure project
|
||||||
@@ -29,7 +26,7 @@ jobs:
|
|||||||
run: cmake --build build --config Release
|
run: cmake --build build --config Release
|
||||||
|
|
||||||
- name: Generate NSIS installer
|
- name: Generate NSIS installer
|
||||||
run: cd build && \\
|
run: cd build && \
|
||||||
cpack -G NSIS
|
cpack -G NSIS
|
||||||
|
|
||||||
- name: Upload installer
|
- name: Upload installer
|
||||||
|
|||||||
Reference in New Issue
Block a user