mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Show cmake version before building.
This commit is contained in:
parent
40b24ec655
commit
81e17c0955
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -42,6 +42,8 @@ jobs:
|
||||
BUILD_TYPE: Release
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Show CMake version
|
||||
run: cmake --version
|
||||
- name: Install X11 dependencies on MacOS
|
||||
if: ${{ runner.os == 'macOS'}}
|
||||
run: brew install --cask xquartz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user