Skip to content

Commit ebc2416

Browse files
dannysufacebook-github-bot
authored andcommitted
Use default cmake version in GH Actions
Differential Revision: D68351192
1 parent ed54fd3 commit ebc2416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Set up workspace and install dependencies
1414
run: |-
15-
yes | sdkmanager "cmake;3.22.1" &
15+
yes | sdkmanager "cmake" &
1616
sudo apt update && sudo apt install -y libicu-dev
1717
- uses: actions/[email protected]
1818
with:

0 commit comments

Comments
 (0)