diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8d0e585..6491275 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -29,10 +29,10 @@ jobs: java-version: "25" cache: "maven" - - name: Install Native Image Dependencies - run: | - apt-get update - apt-get install -y build-essential zlib1g-dev + - uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: build-essential zlib1g-dev + version: 1.0 - name: Cache Maven packages uses: actions/cache@v4 diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 533e775..5447d62 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,4 +1,4 @@ wrapperVersion=3.3.4 distributionType=only-script distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip -distributionSha256Sum=305773a68d6ddfd413df58c82b3f8050e89778e777f3a745c8e5b8cbea4018ef +distributionSha256Sum=