Skip to content

Commit 5eb7d7c

Browse files
committed
remove custom action
1 parent 24803a5 commit 5eb7d7c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/windowsbuildcmake.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ jobs:
99
runs-on: windows-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: humbletim/vsdevenv-shell@v2
12+
- uses: actions/checkout@v4
1413

1514
- name: Create CMake Build Directory
16-
shell: vsdevenv x64 pwsh {0}
15+
shell: pwsh
1716
run: mkdir ../build && cmake -B ../build -DCMAKE_BUILD_TYPE=Debug -G Ninja
1817

1918
- name: Build
20-
shell: vsdevenv x64 pwsh {0}
19+
shell: pwsh
2120
run: cmake --build ../build
2221

2322
- name: Test
24-
shell: vsdevenv x64 pwsh {0}
23+
shell: pwsh
2524
run: ctest .
2625
working-directory: ../build/ZEngine/tests
2726

0 commit comments

Comments
 (0)