Refactoring
This commit is contained in:
@@ -28,8 +28,7 @@ jobs:
|
|||||||
git clone https://github.com/microsoft/vcpkg.git
|
git clone https://github.com/microsoft/vcpkg.git
|
||||||
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
|
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
|
||||||
|
|
||||||
- name: Configure project with CMake and vcpkg
|
- name: Configure and build project with CMake and vcpkg
|
||||||
shell: pwsh
|
|
||||||
env:
|
env:
|
||||||
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
|
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
|
||||||
run: |
|
run: |
|
||||||
@@ -51,4 +50,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows-Build
|
name: Windows-Build
|
||||||
path: 'build/Release/*'
|
path: 'build/Release/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user