Skip to content

Commit b90de39

Browse files
committed
1 parent e6208ee commit b90de39

File tree

1 file changed

+2
-2
lines changed
  • gradle/plugins/lifecycle-smoke-test-ci-plugin/src/main/resources

1 file changed

+2
-2
lines changed

gradle/plugins/lifecycle-smoke-test-ci-plugin/src/main/resources/smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
distribution: 'zulu'
3737
- name: Set Up CRIU
3838
run: |
39-
sudo chown root:root $(find /opt/hostedtoolcache -name criu -type f)
40-
sudo chmod +s $(find /opt/hostedtoolcache -name criu -type f)
39+
sudo chown root:root $JAVA_HOME/lib/criu
40+
sudo chmod +s $JAVA_HOME/lib/criu
4141
- name: Set Up Gradle
4242
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
4343
- name: Configure Gradle user.name

0 commit comments

Comments
 (0)