Skip to content

Commit 18bf296

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_test_analyze.yml

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

0 commit comments

Comments
 (0)