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