Skip to content

Commit db17ea8

Browse files
committed
Fix macOS build in pipeline
The macOS build was failing time to time due to an issue described here: docker-practice/actions-setup-docker#29 This commit uses the fix provided in the github issue. Signed-off-by: Saeed Rezaee <[email protected]>
1 parent 86e905c commit db17ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#Run only on macOS
2424
- name: Setup Docker
2525
if: ${{ matrix.os == 'macos-latest' && github.event_name == 'pull_request' }}
26-
uses: docker-practice/actions-setup-docker@master
26+
uses: better0fdead/actions-setup-docker@better0fdead/increase-timeout
2727

2828
#Build without test on Windows or macOS (when not a PR)
2929
- name: Gradle build

0 commit comments

Comments
 (0)