We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb04bc commit 5d84e12Copy full SHA for 5d84e12
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
- name: Build with CI build script
23
- run: bash "ci_build_arch_${{matrix.arch}}.sh"
+ run: echo ${{ secrets.USERPWD }} | sudo -S bash "ci_build_arch_${{matrix.arch}}.sh"
24
- name: Upload JDK build output
25
uses: actions/upload-artifact@v4
26
with:
0 commit comments