Skip to content

Commit

Permalink
fix gradle execution path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Mar 9, 2024
1 parent 0c82c2b commit a43e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contextive-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
path: src/

- name: Build
run: gradlew build
run: ./gradlew build
working-directory: src/intellij/contextive

# - uses: ./.github/actions/upload-reports
Expand Down

0 comments on commit a43e805

Please sign in to comment.