ci: again....
This commit is contained in:
parent
1d1c578a4a
commit
074e0f10d2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dotnet restore
|
dotnet restore
|
||||||
echo "export PATH=$PATH:$HOME/.dotnet/tools" >> /$HOME/.bashrc
|
echo "export PATH=\"$PATH:$HOME/.dotnet/tools\"" >> /$HOME/.bashrc
|
||||||
- name: Setup Sonarqube Dependencies
|
- name: Setup Sonarqube Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
Loading…
Reference in a new issue