Skip to content

Commit 926374d

Browse files
committed
wflow
1 parent f9b2d97 commit 926374d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/hipo-win.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
config: [Release, Debug]
13-
all_tests: [ON, OFF]
12+
# config: [Release, Debug]
13+
# all_tests: [ON, OFF]
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -23,7 +23,8 @@ jobs:
2323
path: overlay-ports
2424

2525
# todo: add overlay
26-
- name: Install metis
26+
- name: Install metis
27+
shell: pwsh
2728
run: |
2829
vcpkg install metis gklib `
2930
--overlay-ports="$env:GITHUB_WORKSPACE/overlay-ports/metis" `

0 commit comments

Comments
 (0)