Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Mar 7, 2024
1 parent d46cb0a commit 3113781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:

- name: Install choco for Windows
uses: crazy-max/[email protected]
if: ${{ runner.os == 'windows-2022' && inputs.enable-e2e-tests && !cancelled( ) && !failure() }}
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled( ) && !failure() }}
with:
args: -h

- name: Setup Kind Windows
id: setup-kind-windows
if: ${{ runner.os == 'windows-2022' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
run: |
choco install kind -y
Expand Down

0 comments on commit 3113781

Please sign in to comment.