Skip to content

Commit f284a71

Browse files
Use snap to install Pwsh
1 parent 4d05ab6 commit f284a71

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
sudo apt-get update
40-
sudo apt-get install -y wget
41-
wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb
42-
sudo dpkg -i packages-microsoft-prod.deb
43-
sudo apt-get update
44-
sudo apt-get install -y clang lld powershell
40+
sudo apt-get install -y clang lld
41+
sudo snap install powershell --classic
4542
4643
- name: Build interpreter and extensions
4744
shell: pwsh

0 commit comments

Comments
 (0)