Skip to content

Commit be5eb1b

Browse files
authored
[chore][CICD] Fix broken Ansible workflow (#6360)
1 parent 8348472 commit be5eb1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ansible.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cross-compile:
3636
strategy:
3737
matrix:
38-
SYS_BINARIES: [ "binaries-linux_amd64", "binaries-linux_arm64", "binaries-linux_ppc64le" ]
38+
SYS_BINARIES: [ "binaries-linux_amd64", "binaries-linux_arm64", "binaries-linux_ppc64le", "binaries-windows_amd64"]
3939
uses: ./.github/workflows/compile.yml
4040
with:
4141
SYS_BINARY: ${{ matrix.SYS_BINARIES }}
@@ -63,7 +63,6 @@ jobs:
6363

6464
agent-bundle-windows:
6565
needs: lint
66-
runs-on: ${{ matrix.OS }}
6766
strategy:
6867
matrix:
6968
OS: [ "windows-2025" ]
@@ -212,7 +211,7 @@ jobs:
212211

213212
- uses: actions/download-artifact@v4
214213
with:
215-
name: msi-build
214+
name: msi-build-windows-2025
216215
path: /tmp/msi-build
217216

218217
- name: Install vagrant and virtualbox

0 commit comments

Comments
 (0)