Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Oct 19, 2024
1 parent fef3843 commit b5b5683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Chown user
run: |
echo ${{ secrets.USERPWD }} | sudo -S chown -R $USER:$USER $GITHUB_WORKSPACE
- name: set up JDK 23
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit b5b5683

Please sign in to comment.