Skip to content

Commit b63b17e

Browse files
author
Mikachu2333
committed
re-use win
1 parent a4add10 commit b63b17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616
steps:
1717
- uses: actions/checkout@v4
1818

@@ -23,7 +23,7 @@ jobs:
2323
cd ./build
2424
cmake -DCMAKE_BUILD_TYPE=Release ..
2525
cd ..
26-
cmake --build ./build --config Release --target all -j 8 --
26+
cmake --build ./build --config Release -j 8
2727
2828
- name: tree
2929
shell: bash

0 commit comments

Comments
 (0)