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 b90de39 commit 8003be4Copy full SHA for 8003be4
.github/workflows/smoke-test.yml
@@ -36,8 +36,8 @@ jobs:
36
distribution: 'zulu'
37
- name: Set Up CRIU
38
run: |
39
- sudo chown root:root $(find /opt/hostedtoolcache -name criu -type f)
40
- sudo chmod +s $(find /opt/hostedtoolcache -name criu -type f)
+ sudo chown root:root $JAVA_HOME/lib/criu
+ sudo chmod +s $JAVA_HOME/lib/criu
41
- name: Set Up Gradle
42
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
43
- name: Configure Gradle user.name
0 commit comments