Skip to content

Commit

Permalink
Add step to check current path
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Oct 20, 2023
1 parent ffb151e commit e3761bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3761bd

Please sign in to comment.