Skip to content

Commit

Permalink
Fix macOS build in pipeline
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
SaeedRe committed Dec 27, 2023
1 parent 86e905c commit db17ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#Run only on macOS
- name: Setup Docker
if: ${{ matrix.os == 'macos-latest' && github.event_name == 'pull_request' }}
uses: docker-practice/actions-setup-docker@master
uses: better0fdead/actions-setup-docker@better0fdead/increase-timeout

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

0 comments on commit db17ea8

Please sign in to comment.