Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent 81de0cf commit 8ccf2a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
default: 'warning'

env:
VS_CMAKE_VERSION: '3.27'
VS_CMAKE_VERSION: '3.26'

jobs:
build:
Expand All @@ -41,8 +41,7 @@ jobs:
shell: pwsh
working-directory: ${{ github.workspace }}
run: |
ls "c:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/"
exit 1
ls "c:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-${{ env.VS_CMAKE_VERSION }}"
- name: Set git to use LF
run: |
Expand Down

0 comments on commit 8ccf2a9

Please sign in to comment.