We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24803a5 commit 5eb7d7cCopy full SHA for 5eb7d7c
1 file changed
.github/workflows/windowsbuildcmake.yml
@@ -9,19 +9,18 @@ jobs:
9
runs-on: windows-latest
10
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: humbletim/vsdevenv-shell@v2
+ - uses: actions/checkout@v4
14
15
- name: Create CMake Build Directory
16
- shell: vsdevenv x64 pwsh {0}
+ shell: pwsh
17
run: mkdir ../build && cmake -B ../build -DCMAKE_BUILD_TYPE=Debug -G Ninja
18
19
- name: Build
20
21
run: cmake --build ../build
22
23
- name: Test
24
25
run: ctest .
26
working-directory: ../build/ZEngine/tests
27
0 commit comments