Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 24, 2024
1 parent f4cbc8f commit ad0a0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ jobs:
- name: Setup dependencies
run: |-
(yes | sdkmanager "cmake;3.22.1" --verbose) || true
sudo apt update && sudo apt install -y openjdk-11-jdk
sudo apt update && sudo apt install -y openjdk-17-jdk
- uses: actions/[email protected]
- name: Prepare RNTester
run: |-
Expand Down

0 comments on commit ad0a0d8

Please sign in to comment.