Skip to content

Commit 822c936

Browse files
committed
💯 Fixed build and analyze pipeline
1 parent 18bf296 commit 822c936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Install dependencies
4141
- name: Install dependencies
4242
run: |
43-
sudo apt remove -y --purge dotnet-sdk-6* dotnet-sdk-7*
43+
sudo apt remove -y --purge dotnet-sdk-6* dotnet-hostfxr-6* dotnet-host-6* dotnet-sdk-7* dotnet-hostfxr-7* dotnet-host-7*
4444
wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
4545
sudo dpkg -i packages-microsoft-prod.deb && sudo apt-get update
4646
sudo apt install -y make dotnet-sdk-6.0 dotnet-sdk-7.0 python3-pip python3-rpm python3-psycopg2

0 commit comments

Comments
 (0)