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 1dfcdf9 commit e5e5c69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
id: setup-jdk17

- name: Grant permissions
run: sudo chmod -R 777 Builder/
run: |
run: sudo chmod -R 777 Builder/
sudo chmod -R 777 ${{ steps.setup-jdk8.outputs.path }}/
sudo chmod -R 777 ${{ steps.setup-jdk17.outputs.path }}/
- name: build Builder
run: |
Expand Down

0 comments on commit e5e5c69

Please sign in to comment.