Skip to content

Commit

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

0 comments on commit a2b14cb

Please sign in to comment.