Skip to content

Commit 5d84e12

Browse files
authored
Update build.yml
1 parent bdb04bc commit 5d84e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222
- name: Build with CI build script
23-
run: bash "ci_build_arch_${{matrix.arch}}.sh"
23+
run: echo ${{ secrets.USERPWD }} | sudo -S bash "ci_build_arch_${{matrix.arch}}.sh"
2424
- name: Upload JDK build output
2525
uses: actions/upload-artifact@v4
2626
with:

0 commit comments

Comments
 (0)