We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e905c commit db17ea8Copy full SHA for db17ea8
.github/workflows/pipeline-build.yml
@@ -23,7 +23,7 @@ jobs:
23
#Run only on macOS
24
- name: Setup Docker
25
if: ${{ matrix.os == 'macos-latest' && github.event_name == 'pull_request' }}
26
- uses: docker-practice/actions-setup-docker@master
+ uses: better0fdead/actions-setup-docker@better0fdead/increase-timeout
27
28
#Build without test on Windows or macOS (when not a PR)
29
- name: Gradle build
0 commit comments