Skip to content

Commit

Permalink
Manually install relevant cmake version (#1038)
Browse files Browse the repository at this point in the history
Summary:
Try to address this build failure: https://github.com/facebook/litho/actions/runs/12927922710/job/36054110344

Pull Request resolved: #1038

Test Plan: Wait for GitHub Actions.

Reviewed By: zielinskimz

Differential Revision: D68558627

Pulled By: passy

fbshipit-source-id: 6196739279d69886fa059a92be9dd7dd126affca
  • Loading branch information
passy authored and facebook-github-bot committed Jan 23, 2025
1 parent 85deb37 commit b716485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9.16'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Install CMake
run: sdkmanager 'cmake;3.18.1'
- name: Gradle caches
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b716485

Please sign in to comment.