Skip to content

Commit a0fb6ca

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test_analyze.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
# Install dependencies
4141
- name: Install dependencies
4242
run: |
43+
wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
44+
sudo dpkg -i packages-microsoft-prod.deb && sudo apt-get update
4345
sudo apt install -y make dotnet-sdk-6.0 dotnet-sdk-7.0 python3-pip python3-rpm python3-psycopg2
4446
pip install 'python-keycloak==3.3.0' --user
4547
dotnet tool install --global dotnet-sonarscanner

0 commit comments

Comments
 (0)