Skip to content

Commit a587c28

Browse files
committed
Integrate cmake refactor, presets installation correction.
1 parent 22fc25d commit a587c28

File tree

11 files changed

+450
-965
lines changed

11 files changed

+450
-965
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Checkout repository
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129

130130
- name: Prepare toolchain [generic]
131131
run: |
@@ -389,7 +389,7 @@ jobs:
389389

390390
steps:
391391
- name: Checkout repository
392-
uses: actions/checkout@v4
392+
uses: actions/checkout@v6
393393

394394
- name: Prepare toolchain [generic]
395395
run: |
@@ -621,7 +621,7 @@ jobs:
621621

622622
steps:
623623
- name: Checkout repository
624-
uses: actions/checkout@v4
624+
uses: actions/checkout@v6
625625

626626
- name: Prepare toolchain [generic]
627627
run: |
@@ -811,7 +811,7 @@ jobs:
811811
msbuild-architecture: x64
812812

813813
- name: Checkout repository
814-
uses: actions/checkout@v4
814+
uses: actions/checkout@v6
815815

816816
- name: Initialize SDK
817817
shell: powershell

0 commit comments

Comments
 (0)