Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanov Igor committed Dec 22, 2024
1 parent d889b79 commit a14e7c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -51,4 +50,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Windows-Build
path: 'build/Release/*'
path: 'build/Release/*'

0 comments on commit a14e7c1

Please sign in to comment.