ci: fix incorrect path add-path
Some checks failed
Test if Server can be built / build-server (push) Successful in 26s
Test if Server can be built / sonarqube (push) Failing after 1m2s

This commit is contained in:
Timothy Schenk 2023-11-01 19:55:08 +01:00
parent 7a20ca7ff9
commit e44180e13e

View file

@ -30,7 +30,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore
echo "::add-path::${{ env.HOME }}/.dotnet/tools" echo "::add-path::$HOME/.dotnet/tools"
- name: Setup Sonarqube Dependencies - name: Setup Sonarqube Dependencies
run: | run: |
apt-get update apt-get update