chore: remove sudo
This commit is contained in:
@@ -28,12 +28,12 @@ jobs:
|
|||||||
- name: Setup PowerShell (Ubuntu)
|
- name: Setup PowerShell (Ubuntu)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y wget apt-transport-https software-properties-common
|
apt-get install -y wget apt-transport-https software-properties-common
|
||||||
wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb"
|
wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb"
|
||||||
sudo dpkg -i packages-microsoft-prod.deb
|
dpkg -i packages-microsoft-prod.deb
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y powershell
|
apt-get install -y powershell
|
||||||
- name: Install report generator
|
- name: Install report generator
|
||||||
run: |
|
run: |
|
||||||
dotnet tool install --tool-path ./.tools dotnet-reportgenerator-globaltool
|
dotnet tool install --tool-path ./.tools dotnet-reportgenerator-globaltool
|
||||||
|
|||||||
Reference in New Issue
Block a user