Skip to content

Commit 4d05ab6

Browse files
Fix indent error in .github/workflows/ci.yml
1 parent 582f1ff commit 4d05ab6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Install dependencies
38-
run: |
39-
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
37+
- name: Install dependencies
38+
run: |
39+
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
4545
4646
- name: Build interpreter and extensions
4747
shell: pwsh

0 commit comments

Comments
 (0)