Skip to content

Commit 8003be4

Browse files
committed
Sync workflow with latest state
1 parent b90de39 commit 8003be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/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)