We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7468745 commit 2244e3aCopy full SHA for 2244e3a
.github/workflows/build.yml
@@ -27,4 +27,10 @@ jobs:
27
sudo apt-get update && sudo apt-get install -y --allow-downgrades libgd3/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal
28
sudo apt-get purge -y libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
29
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install -y wine32
30
+ - uses: actions/cache@v3
31
+ with:
32
+ path: ~/.m2/repository
33
+ key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
+ restore-keys: |
35
+ ${{ runner.os }}-maven-
36
- run: ./mvnw clean verify -B -V -e -ntp
0 commit comments