Skip to content

Commit 58fab85

Browse files
committed
💯 Fixed build and analyze pipeline
1 parent f13afa3 commit 58fab85

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 install -y make python3-pip python3-rpm python3-psycopg2
43+
sudo apt install -y make dotnet-sdk-6.0 dotnet-sdk-7.0 python3-pip python3-rpm python3-psycopg2
4444
pip install 'python-keycloak==3.3.0' --user
4545
dotnet tool install --global dotnet-sonarscanner
4646
dotnet tool install --global Cake.Tool

0 commit comments

Comments
 (0)