summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2023-01-18 11:06:36 +0600
committerJohn McCrae <john.mccrae@progress.com>2023-01-18 11:06:36 +0600
commit3170560c9c009bfda06d79fa7636305f0ef1692a (patch)
tree58abe93208e203c819df3fa51e6d6fd6fef41c7a
parentcfb7af9de534f8609a4cd80cc3da696eec283085 (diff)
downloadchef-3170560c9c009bfda06d79fa7636305f0ef1692a.tar.gz
Updating kitchen.yml to get Windows building
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.github/workflows/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 3b7f6fd9b6..a2524fa455 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -19,7 +19,7 @@ jobs:
- name: 'Install Chef/Ohai from Omnitruck'
id: install_chef
run: |
- . { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel current -v 17
+ . { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel stable -v 17
$env:PATH = "C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
chef-client -v
ohai -v