fix action on windows

This commit is contained in:
2024-11-02 14:17:53 +08:00
parent be445cdfe7
commit 2ecdefa239
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
cmake build -B build . && cd build && make && ctest cmake build -B build . && cd build && cmake --build . && ctest

View File

@@ -1,5 +1,5 @@
cmake build -B build . cmake build -B build .
Set-Location -Path "./build" Set-Location -Path "./build"
make cmake --build .
ctest ctest
Set-Location -Path ".." Set-Location -Path ".."