mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-29 07:53:55 +00:00
Change PowerShell install method
This commit is contained in:
parent
aca2477b68
commit
1e7976fb48
10
.github/workflows/cargo-test.yml
vendored
10
.github/workflows/cargo-test.yml
vendored
@ -6,11 +6,15 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt update
|
- run: sudo apt update
|
||||||
- run: sudo apt install bash dash fish shellcheck xonsh zsh
|
- run: sudo apt install wget apt-transport-https
|
||||||
- run: sudo snap install powershell --classic
|
- run: wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
|
||||||
|
- run: sudo dpkg -i packages-microsoft-prod.deb
|
||||||
|
- run: sudo apt update
|
||||||
|
- run: sudo add-apt-repository universe
|
||||||
|
- run: sudo apt install bash dash fish powershell shellcheck xonsh zsh
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user