Polish CRAC setup

See https://github.com/actions/setup-java/issues/660
This commit is contained in:
Stéphane Nicoll
2024-08-05 11:08:22 +02:00
parent e6208eebf5
commit b90de39fcb

View File

@@ -36,8 +36,8 @@ jobs:
distribution: 'zulu'
- name: Set Up CRIU
run: |
sudo chown root:root $(find /opt/hostedtoolcache -name criu -type f)
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
- name: Set Up Gradle
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0
- name: Configure Gradle user.name