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