Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMER-err committed Sep 21, 2024
1 parent 0c58bd8 commit fa3b2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Grant permissions
run: |
sudo chmod -R 777 Builder/
sudo chmod -R 777 ${{ steps.setup-jdk8.outputs.path }}/
sudo chmod -R 777 ${{ steps.setup-jdk17.outputs.path }}/
sudo chmod -R 777 ${{ steps.setup-jdk8.outputs.path }}/java
sudo chmod -R 777 ${{ steps.setup-jdk17.outputs.path }}/java
- name: build Builder
run: |
Expand Down

0 comments on commit fa3b2df

Please sign in to comment.