Skip to content

Commit 2ff3c89

Browse files
committed
update broken step in workflow
1 parent 32b897b commit 2ff3c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Set up Docker Buildx
2222
uses: docker/setup-buildx-action@v3
2323

24-
# ensure pwsh is available for parsing the PSD1
25-
- name: Set up PowerShell
26-
uses: actions/setup-powershell@v2
24+
# Optional sanity check (pwsh is preinstalled on GitHub-hosted runners)
25+
- name: Verify PowerShell
26+
run: pwsh -v
2727

2828
- name: Read ModuleVersion from PSD1
2929
id: modver

0 commit comments

Comments
 (0)