Skip to content

Commit a8095d4

Browse files
Update nightly.yml
1 parent e9b0cb7 commit a8095d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ jobs:
160160
del llvm-mingw*.zip
161161
mv llvm-mingw* c:\llvm-mingw
162162
echo "c:\llvm-mingw\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
163+
- name: cmake version
164+
run: |
165+
cmake --version
166+
163167
- name: Configure build
164168
run: >
165169
cmake

0 commit comments

Comments
 (0)