1 parent cfc3eb6 commit 8e823c5Copy full SHA for 8e823c5
1 file changed
.github/workflows/main.yaml
@@ -78,6 +78,11 @@ jobs:
78
- name: Checkout repository
79
uses: actions/checkout@v3
80
81
+ - name: Install PowerShell 7.6
82
+ run: |
83
+ winget install --id Microsoft.PowerShell --source winget --accept-package-agreements --accept-source-agreements
84
+
85
86
- name: Download Build Output
87
uses: actions/download-artifact@v4
88
with:
@@ -101,6 +106,11 @@ jobs:
101
106
102
107
103
108
109
110
111
+ brew update
112
+ brew install --cask powershell
113
104
114
105
115
116
0 commit comments