Skip to content

Commit b207a1d

Browse files
committed
Correct win ambuild install conditions in ci
1 parent 288455c commit b207a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: ambuild
9191

9292
- name: Install AMBuild win
93-
if: matrix.os == 'ubuntu-latest'
93+
if: matrix.os == 'windows-latest'
9494
run: |
9595
cd ambuild && python -m pip install . && cd ..
9696

0 commit comments

Comments
 (0)