diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8b748d2..ed4ff90 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -9,10 +9,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Debug working directory - run: | - echo "Current directory: $(pwd)" - echo "PATH: $PATH" + - name: Navigate to Parent Directory + run: cd .. - name: Initialize submodule folder run: git submodule init && git submodule update - name: Initialize JDWP Project Dependencies