diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 9ebec9ac..a1f2d5db 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -31,6 +31,9 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }} + - name: Change working directory + run: cd BP.AdventureFramework + - name: Install dependencies run: dotnet restore