Attempt to fix CRIU usage on GitHub Actions

See gh-63
This commit is contained in:
Stéphane Nicoll
2024-07-22 12:53:46 +02:00
parent e5a9485925
commit efd6ee22b9
2 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ jobs:
java-version: '17'
java-package: 'jdk+crac'
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)
- name: Set up Gradle
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2
- name: Configure Gradle user.name