Skip to content

Commit

Permalink
Add step to install PowerShell to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Nov 17, 2024
1 parent 8012f7f commit 7e9b5fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
defaults:
run:
shell: pwsh

steps:
- name: Install PowerShell
run: |
sudo apt-get update
sudo apt-get install -y powershell
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 7e9b5fe

Please sign in to comment.